package
fs2
Type Members
-
type
Pipe[F[_], -I, +O] = (Stream[F, I]) ⇒ Stream[F, O]
-
type
Pipe2[F[_], -I, -I2, +O] = (Stream[F, I], Stream[F, I2]) ⇒ Stream[F, O]
-
type
Sink[F[_], -I] = (Stream[F, I]) ⇒ Stream[F, Unit]
Inherited from AnyRef
Inherited from Any