Uses of Interface
org.javimmutable.collections.cursors.ValueFunctionFactory

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
<T,F extends ValueFunction<T>,A extends ValueFunctionFactory<T,F>>
Cursor<T>
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>>
           
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.