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.
An Exception that represents an Iteratee that ended up in an Error state with the given error message.
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.
Contains the default ExecutionContext used by Iteratees.
Various helper methods to construct, compose and traverse Iteratees.
The Iteratee monad provides strict, safe, and functional I/O.