Package

io

iteratee

Permalink

package iteratee

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. iteratee
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. trait EnumerateeModule[F[_]] extends AnyRef

    Permalink

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

    Permalink
  4. trait EnumeratorModule[F[_]] extends AnyRef

    Permalink

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

    Permalink

    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

  6. trait IterateeModule[F[_]] extends AnyRef

    Permalink

  7. trait Module[F[_]] extends EnumerateeModule[F] with EnumeratorModule[F] with IterateeModule[F]

    Permalink

Value Members

  1. object Enumeratee extends EnumerateeInstances with Serializable

    Permalink
  2. object Enumerator extends EnumeratorInstances with Serializable

    Permalink
  3. object Iteratee extends IterateeInstances with Serializable

    Permalink

  4. object eval extends Module[Eval]

    Permalink
  5. package internal

    Permalink

    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.

  6. object option extends Module[Option]

    Permalink
  7. object pure extends Module[Id]

    Permalink
  8. object xor extends Module[[x]XorT[Eval, Throwable, x]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped