Package fj.data
Class Iteratee
- java.lang.Object
-
- fj.data.Iteratee
-
public final class Iteratee extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIteratee.Input<E>The input to an iteratee.static classIteratee.IterV<E,A>A pure iteratee computation which is either done or needs more input
-
Constructor Summary
Constructors Modifier Constructor Description privateIteratee()
-