Class Iteratee.Input<E>
java.lang.Object
fj.data.Iteratee.Input<E>
- Enclosing class:
Iteratee
The input to an iteratee.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract <Z> Zstatic <E> Iteratee.Input<E> el(E element) Input that has a value availablestatic <E> Iteratee.Input<E> empty()Input that has no values availablestatic <E> Iteratee.Input<E> eof()Input that is exhausted
-
Constructor Details
-
Input
Input()
-
-
Method Details
-
apply
-
empty
Input that has no values available -
eof
Input that is exhausted -
el
Input that has a value available
-