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

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
<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 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.
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.