org.javimmutable.collections.cursors
Interface ValueFunction<T>

All Known Subinterfaces:
CloseableValueFunction<T>
All Known Implementing Classes:
ReaderValueFunction

public interface ValueFunction<T>


Method Summary
 Holder<T> nextValue()
           
 

Method Detail

nextValue

Holder<T> nextValue()


Copyright © 2014 Burton Computer Corporation. All rights reserved.