Uses of Class
fj.data.Iteratee.Input
Packages that use Iteratee.Input
-
Uses of Iteratee.Input in fj.data
Fields in fj.data with type parameters of type Iteratee.InputModifier and TypeFieldDescriptionprivate final F
<P2<A, Iteratee.Input<char[]>>, P1<Iteratee.IterV<char[], A>>> IOFunctions.CharChunkReader.done
private final F
<P2<A, Iteratee.Input<Character>>, Iteratee.IterV<Character, A>> IOFunctions.CharChunkReader2.done
private final F
<P2<A, Iteratee.Input<String>>, P1<Iteratee.IterV<String, A>>> IOFunctions.LineReader.done
Methods in fj.data that return Iteratee.InputModifier and TypeMethodDescriptionstatic <E> Iteratee.Input
<E> Iteratee.Input.el
(E element) Input that has a value availablestatic <E> Iteratee.Input
<E> Iteratee.Input.empty()
Input that has no values availablestatic <E> Iteratee.Input
<E> Iteratee.Input.eof()
Input that is exhaustedMethods in fj.data with parameters of type Iteratee.InputModifier and TypeMethodDescriptionstatic <E,
A> Iteratee.IterV <E, A> Iteratee.IterV.done
(A a, Iteratee.Input<E> i) A computation that has finishedMethod parameters in fj.data with type arguments of type Iteratee.InputModifier and TypeMethodDescriptionstatic <E,
A> Iteratee.IterV <E, A> Iteratee.IterV.cont
(F<Iteratee.Input<E>, Iteratee.IterV<E, A>> f) A computation that takes an element from an input to yield a new computationabstract <Z> Z
Iteratee.IterV.fold
(F<P2<A, Iteratee.Input<E>>, Z> done, F<F<Iteratee.Input<E>, Iteratee.IterV<E, A>>, Z> cont)