Combines the roles of an Iteratee[From] and a Enumerator[To].
A producer which pushes input to an play.api.libs.iteratee.Iteratee.
Input that can be consumed by an iteratee
An Iteratee consumes a stream of elements of type E, producing a result of type A.
Represents the state of an iteratee.
Utilities for concurrent usage of iteratees, enumerators and enumeratees.
Enumerator is the source that pushes input into a given iteratee.
Various helper methods to construct, compose and traverse Iteratees.
The Iteratee monad provides strict, safe, and functional I/O.