Packages

p

fs2

package fs2

Linear Supertypes
AnyRef, Any

Type Members

  1. abstract type INothing <: Nothing
  2. type Pipe[F[_], -I, +O] = (Stream[F, I]) ⇒ Stream[F, O]
  3. type Pipe2[F[_], -I, -I2, +O] = (Stream[F, I], Stream[F, I2]) ⇒ Stream[F, O]
  4. abstract type Pure[A] <: Nothing

Inherited from AnyRef

Inherited from Any

Ungrouped