io.iteratee

package io.iteratee

Type members

Classlikes

abstract class Enumeratee[F[_], O, I] extends Serializable
Companion
object
object Enumeratee
Companion
class
abstract class Enumerator[F[_], E] extends Serializable
Type Params
E

The type of the enumerated data

F

The effect type constructor

Companion
object
object Enumerator
Companion
class
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].

Type Params
A

The type of the calculated result

E

The type of the input data

F

A type constructor representing a context for effects

See also
Companion
object
object Iteratee extends IterateeLowPriorityInstances
Companion
class