Package

fs2

Permalink

package fs2

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fs2
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type INothing <: Nothing

    Permalink
  2. type Pipe[F[_], -I, +O] = (Stream[F, I]) ⇒ Stream[F, O]

    Permalink
  3. type Pipe2[F[_], -I, -I2, +O] = (Stream[F, I], Stream[F, I2]) ⇒ Stream[F, O]

    Permalink
  4. abstract type Pure[A] <: Nothing

    Permalink
  5. type Sink[F[_], -I] = (Stream[F, I]) ⇒ Stream[F, Unit]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.2) Use Pipe[F, I, Unit] instead

Value Members

  1. package io

    Permalink

    Provides various ways to work with streams that perform IO.

    Provides various ways to work with streams that perform IO.

    These methods accept a cats.effect.Blocker, as the underlying implementations perform blocking IO.

    See also

    https://typelevel.org/cats-effect/concurrency/basics.html#blocking-threads

Inherited from AnyRef

Inherited from Any

Ungrouped