Package

fs2.async

immutable

Permalink

package immutable

Provides types which allow asynchronous reading (but not writing).

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

Type Members

  1. abstract class Signal[F[_], A] extends AnyRef

    Permalink

    Data type of a single value of type A that can be read in the effect F.

  2. trait SignalLowPriorityImplicits extends AnyRef

    Permalink

Value Members

  1. object Signal extends SignalLowPriorityImplicits

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped