package
stream
Type Members
-
type
Channel[+F[_], -I, O] = Process[F, (I) ⇒ F[O]]
-
type
Process0[+O] = Process[Is, O]
-
type
Process1[-I, +O] = Process[Is, O]
-
type
Process1W[+W, -I, +O] = Process[Is, \/[W, O]]
-
type
Sink[+F[_], -O] = Process[F, (O) ⇒ F[Unit]]
-
type
Tee[-I, -I2, +O] = Process[T, O]
-
type
TeeW[+W, -I, -I2, +O] = Process[T, \/[W, O]]
-
type
Writer[+F[_], +W, +A] = Process[F, \/[W, A]]
-
type
Wye[-I, -I2, +O] = Process[Y, O]
-
type
WyeW[+W, -I, -I2, +O] = Process[Y, \/[W, O]]
Inherited from AnyRef
Inherited from Any