public interface ProperEventStream<T> extends EventStream<T>, ProperObservable<Consumer<? super T>,T>
ObservableBase
to obtain default
implementation of some EventStream
methods on top of
Observable methods and get additional helper methods for
proper event streams implemented as default methods on top of
ProperObservable methods.Modifier and Type | Method and Description |
---|---|
default NotificationAccumulator<Consumer<? super T>,T,?> |
defaultNotificationAccumulator() |
default void |
emit(T value) |
accumulate, accumulate, accumulate, accumulateBetween, accumulateBetween, accumulateUntilLater, accumulateUntilLater, accumulateUntilLater, accumulateUntilLater, accumulateWhen, accumulateWhen, accumulative, accumulative, cast, conditionOn, conditionOnShowing, distinct, emitBothOnEach, emitOn, emitOnEach, feedTo, feedTo, filter, filter, filterMap, filterMap, flatMap, forgetful, fork, guardedBy, hook, latestN, map, mapToCompletionStage, mapToTask, onRecurseAccumulate, onRecurseAccumulate, onRecurseQueue, onRecurseReduce, onRecurseRetainLatest, or, pausable, pauseWhen, pin, queueBetween, queueUntilLater, queueUntilLater, reduceBetween, reduceSuccessions, reduceSuccessions, reduceSuccessions, reduceSuccessions, reduceSuccessions, reduceSuccessions, reduceUntilLater, reduceUntilLater, reduceWhen, reducible, repeatOn, retainLatestBetween, retainLatestUntilLater, retainLatestUntilLater, retainLatestWhen, splitBy, subscribe, subscribeFor, subscribeForOne, successionEnds, successionEnds, supply, supply, supplyCompletionStage, supplyTask, suppressible, suppressWhen, suspenderOf, thenAccumulateFor, thenAccumulateFor, thenAccumulateFor, thenAccumulateFor, thenIgnoreFor, thenIgnoreFor, thenReduceFor, thenReduceFor, thenRetainLatestFor, thenRetainLatestFor, threadBridge, threadBridgeFromFx, threadBridgeToFx, toBinding, withDefaultEvent
defaultEquals, defaultHashCode, defaultToString, notifyObservers
addObserver, observe, removeObserver
default void emit(T value)
default NotificationAccumulator<Consumer<? super T>,T,?> defaultNotificationAccumulator()
defaultNotificationAccumulator
in interface ProperObservable<Consumer<? super T>,T>