Packages

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. trait EnumerateeModule[F[_]] extends AnyRef

  3. abstract class Enumerator[F[_], E] extends Serializable

    F

    The effect type constructor

    E

    The type of the enumerated data

  4. trait EnumeratorErrorModule[F[_], T] extends EnumeratorModule[F]
  5. trait EnumeratorModule[F[_]] extends AnyRef

  6. 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

  7. trait IterateeErrorModule[F[_], T] extends IterateeModule[F]
  8. trait IterateeModule[F[_]] extends AnyRef

  9. trait Module[F[_]] extends AnyRef

Value Members

  1. object Enumeratee extends EnumerateeInstances with Serializable
  2. object Enumerator extends EnumeratorInstances with Serializable
  3. object Iteratee extends IterateeInstances with Serializable

  4. object Module

Ungrouped