Package org.reactfx

Class StatefulStream<S,O>

java.lang.Object
org.reactfx.ObservableBase<Consumer<? super O>,O>
org.reactfx.EventStreamBase<O>
org.reactfx.StatefulStream<S,O>
All Implemented Interfaces:
EventStream<O>, Observable<Consumer<? super O>>, ProperEventStream<O>, ProperObservable<Consumer<? super O>,O>

class StatefulStream<S,O> extends EventStreamBase<O>