org.javimmutable.collections.iocursors
Interface CloseableValueFunction<T>

Type Parameters:
T -
All Superinterfaces:
ValueFunction<T>
All Known Implementing Classes:
ReaderValueFunction

public interface CloseableValueFunction<T>
extends ValueFunction<T>

Extension of ValueFunction that adds a close() method.


Method Summary
 void close()
           
 
Methods inherited from interface org.javimmutable.collections.cursors.ValueFunction
nextValue
 

Method Detail

close

void close()


Copyright © 2014 Burton Computer Corporation. All rights reserved.