Package org.gcube.data.streams.delegates

Interface Summary
StreamListener A listener of key events in the iteration of a target Stream.
 

Class Summary
FoldedStream<E> A Stream that folds into lists the elements of another Stream.
GuardedStream<E> A Stream that guards failures with a FaultHandler
MonitoredStream<E> A Stream that notifies an StreamListener of key iteration events.
PipedStream<E1,E2> A Stream of elements generated by the elements of an input Stream
StreamListenerAdapter Adapter implementation for StreamListener.
UnfoldedStream<E1,E2> A Stream of elements generated by unfolding the elements of an input Stream into multiple elements.
 



Copyright © 2012. All Rights Reserved.