Uses of Interface
org.javimmutable.collections.iocursors.CloseableValueFunction

Packages that use CloseableValueFunction
org.javimmutable.collections.iocursors   
 

Uses of CloseableValueFunction in org.javimmutable.collections.iocursors
 

Classes in org.javimmutable.collections.iocursors with type parameters of type CloseableValueFunction
 interface CloseableValueFunctionFactory<T,F extends CloseableValueFunction<T>>
           
 

Classes in org.javimmutable.collections.iocursors that implement CloseableValueFunction
 class ReaderValueFunction<R extends Reader,T>
          Abstract base class for CloseableValueFunctions that read values from a Reader.
 

Methods in org.javimmutable.collections.iocursors with type parameters of type CloseableValueFunction
static
<T,F extends CloseableValueFunction<T>,Y extends CloseableValueFunctionFactory<T,F>>
CloseableCursor<T>
CloseableValueFunctionCursor.of(Y factory)
           
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.