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 interfaceConnectableEventSink<T>Classes in org.reactfx that implement EventSink Modifier and Type Class Description classConnectableEventSource<T>classEventSource<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 SubscriptionEventStream. feedTo(EventSink<? super T> sink)Starts pushing all events emitted by this stream to the given event sink.
-