Type of eofValue
Type of otherwise
Value if the input is not play.api.libs.iteratee.Input.EOF
Value if the input is play.api.libs.iteratee.Input.EOF
An Iteratee[E, Either[B, A]]
that consumes one input and produces a Right(eofValue)
if this input is play.api.libs.iteratee.Input.EOF otherwise it produces a Left(otherwise)
A partially-applied function returned by the
eofOrElse
method.