Packages

  • package root
    Definition Classes
    root
  • package io
    Definition Classes
    root
  • package iteratee
    Definition Classes
    io
  • package internal

    Internal types and utilities.

    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.

  • package modules
  • Enumeratee
  • Enumerator
  • Iteratee
p

io

iteratee

package iteratee

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Enumeratee[F[_], O, I] extends Serializable
  2. abstract class Enumerator[F[_], E] extends Serializable

    F

    The effect type constructor

    E

    The type of the enumerated data

  3. sealed class Iteratee[F[_], E, A] extends Serializable

    An iteratee processes a stream of elements of type E and returns a value of type F[A].

    An iteratee processes a stream of elements of type E and returns a value of type F[A].

    F

    A type constructor representing a context for effects

    E

    The type of the input data

    A

    The type of the calculated result

    See also

    io.iteratee.internal.Step

Value Members

  1. object Enumeratee extends Serializable
  2. object Enumerator extends Serializable
  3. object Iteratee extends IterateeLowPriorityInstances with Serializable

Ungrouped