|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueFunction | |
---|---|
org.javimmutable.collections.cursors | |
org.javimmutable.collections.iocursors |
Uses of ValueFunction in org.javimmutable.collections.cursors |
---|
Classes in org.javimmutable.collections.cursors with type parameters of type ValueFunction | |
---|---|
protected static class |
ValueFunctionCursor.Start<T,F extends ValueFunction<T>,A extends ValueFunctionFactory<T,F>>
|
interface |
ValueFunctionFactory<T,F extends ValueFunction<T>>
|
Methods in org.javimmutable.collections.cursors with type parameters of type ValueFunction | ||
---|---|---|
static
|
ValueFunctionCursor.of(A factory)
Produces a non-thread safe Cursor to traverse the values returned by a function. |
Uses of ValueFunction in org.javimmutable.collections.iocursors |
---|
Subinterfaces of ValueFunction in org.javimmutable.collections.iocursors | |
---|---|
interface |
CloseableValueFunction<T>
Extension of ValueFunction that adds a close() method. |
Classes in org.javimmutable.collections.iocursors that implement ValueFunction | |
---|---|
class |
ReaderValueFunction<R extends Reader,T>
Abstract base class for CloseableValueFunctions that read values from a Reader. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |