BindingSeq

object BindingSeq
class Object
trait Matchable
class Any

Type members

Types

final
type Patch >: (Patch) <: (Patch)

Extensions

Extensions

extension [M[_], A](upstream: PatchStreamT[M, A])
final
def flatMap[B](f: A => PatchStreamT[M, B])(using M: Nondeterminism[M]): PatchStreamT[M, B]
final
def mergeWithEventLoop(eventLoop: CovariantStreamT[M, Nothing])(using x$3: Nondeterminism[M]): PatchStreamT[M, A]
final
def snapshots(using x$2: Applicative[M]): CovariantStreamT[M, FingerTree[Int, A]]

Exports

Defined exports

final
Exported from PatchStreamT.Patch
final
def apply[M[_], A]: CovariantStreamT[M, Patch[A]] =:= PatchStreamT[M, A]
Exported from instance.function