public final class Iteratee
extends java.lang.Object
Modifier and Type | Class and 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
|