Package

io.iteratee

internal

Permalink

package internal

Internal types and utilities.

While some of these types and utilities are part of the public API and are used in the implementation of io.iteratee, they are not designed for clarity or ease-of-use, and should never be needed for idiomatic use of the library.

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

Type Members

  1. sealed abstract class Input[E] extends Serializable

    Permalink

    An input to an io.iteratee.Iteratee.

    An input to an io.iteratee.Iteratee.

    This type is isomorphic to a cats.data.NonEmptyVector, but exists as a separate type for the sake of performance (using NonEmptyVector proved significantly slower in experiments).

    E

    The element type

  2. abstract class Step[F[_], E, A] extends Serializable

    Permalink

    Represents the current state of an io.iteratee.Iteratee.

    Represents the current state of an io.iteratee.Iteratee.

    F

    The effect type constructor

    E

    The type of the input data

    A

    The type of the result calculated by the io.iteratee.Iteratee

Value Members

  1. object Input extends Serializable

    Permalink
  2. object Step extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped