Packages

p

fs2

package fs2

Linear Supertypes
AnyRef, Any

Package Members

  1. package internal
  2. package io

    Provides various ways to work with streams that perform IO.

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