Package org.javimmutable.collections.iocursors

Interface Summary
CloseableCursor<T> Extension of the Cursor interface to add a close() method.
CloseableValueFunction<T> Extension of ValueFunction that adds a close() method.
CloseableValueFunctionFactory<T,F extends CloseableValueFunction<T>>  
 

Class Summary
CloseableValueFunctionCursor Produces CloseableCursors for navigating CloseableValueFunctions.
ReaderValueFunction<R extends Reader,T> Abstract base class for CloseableValueFunctions that read values from a Reader.
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.