Uses of Interface
net.fortytwo.flow.Source

Packages that use Source
net.fortytwo.flow   
 

Uses of Source in net.fortytwo.flow
 

Classes in net.fortytwo.flow that implement Source
 class Buffer<T>
          A collection of data items which grows until "flushed" to a downstream sink.
 class Collector<T>
          A data collector which stores data items in the order it receives them.
 

Methods in net.fortytwo.flow that return Source
 Source<T> HistorySink.get(int index)
          Retrieves a data source for a given step in the history.
 



Copyright © 2007-2014. All Rights Reserved.