org.javimmutable.collections.iocursors
Class CloseableValueFunctionCursor
java.lang.Object
org.javimmutable.collections.cursors.ValueFunctionCursor
org.javimmutable.collections.iocursors.CloseableValueFunctionCursor
public abstract class CloseableValueFunctionCursor
- extends ValueFunctionCursor
Produces CloseableCursors for navigating CloseableValueFunctions.
Method Summary |
static
|
of(Y factory)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloseableValueFunctionCursor
public CloseableValueFunctionCursor()
of
public static <T,F extends CloseableValueFunction<T>,Y extends CloseableValueFunctionFactory<T,F>> CloseableCursor<T> of(Y factory)
Copyright © 2014 Burton Computer Corporation. All rights reserved.