play.api.libs.iteratee.Enumeratee
Alias for apply
Alias for apply
Alias for transform
Alias for transform
Alias for composeConcat
Alias for composeConcat
Compose this Enumeratee with another Enumeratee
Compose this Enumeratee with another Enumeratee
Alias for applyOn
Alias for applyOn
Create a new Iteratee that feeds its input, potentially modifying it along the way, into the inner Iteratee, and produces that Iteratee as its result.
Create a new Iteratee that feeds its input, potentially modifying it along the way, into the inner Iteratee, and produces that Iteratee as its result.
Compose this Enumeratee with another Enumeratee
Compose this Enumeratee with another Enumeratee
Compose this Enumeratee with another Enumeratee, concatenating any input left by both Enumeratees when they are done.
Compose this Enumeratee with another Enumeratee, concatenating any input left by both Enumeratees when they are done.
Transform the given iteratee into an iteratee that accepts the input type that this enumeratee maps.
Transform the given iteratee into an iteratee that accepts the input type that this enumeratee maps.
An Enumeratee that checks to ensure that the passed in Iteratee is not done before doing any work.