|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueFunctionFactory | |
---|---|
org.javimmutable.collections.cursors | |
org.javimmutable.collections.iocursors |
Uses of ValueFunctionFactory in org.javimmutable.collections.cursors |
---|
Classes in org.javimmutable.collections.cursors with type parameters of type ValueFunctionFactory | |
---|---|
protected static class |
ValueFunctionCursor.Start<T,F extends ValueFunction<T>,A extends ValueFunctionFactory<T,F>>
|
Methods in org.javimmutable.collections.cursors with type parameters of type ValueFunctionFactory | ||
---|---|---|
static
|
ValueFunctionCursor.of(A factory)
Produces a non-thread safe Cursor to traverse the values returned by a function. |
Uses of ValueFunctionFactory in org.javimmutable.collections.iocursors |
---|
Subinterfaces of ValueFunctionFactory in org.javimmutable.collections.iocursors | |
---|---|
interface |
CloseableValueFunctionFactory<T,F extends CloseableValueFunction<T>>
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |