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 class
Iteratee.Input<E>
The input to an iteratee.static class
Iteratee.IterV<E,A>
A pure iteratee computation which is either done or needs more input
-
Constructor Summary
Constructors Modifier Constructor Description private
Iteratee()
-