Uses of Interface
org.reactfx.EventSink
-
Packages that use EventSink Package Description org.reactfx -
-
Uses of EventSink in org.reactfx
Subinterfaces of EventSink in org.reactfx Modifier and Type Interface Description interface
ConnectableEventSink<T>
Classes in org.reactfx that implement EventSink Modifier and Type Class Description class
ConnectableEventSource<T>
class
EventSource<T>
EventSource is an EventSink that serves also as an EventStream - every value pushed to EventSource is immediately emitted by it.Methods in org.reactfx with parameters of type EventSink Modifier and Type Method Description default Subscription
EventStream. feedTo(EventSink<? super T> sink)
Starts pushing all events emitted by this stream to the given event sink.
-