public final class NbpOperatorScan<T> extends java.lang.Object implements NbpObservable.NbpOperator<T,T>
| Constructor and Description |
|---|
NbpOperatorScan(BiFunction<T,T,T> accumulator) |
| Modifier and Type | Method and Description |
|---|---|
NbpObservable.NbpSubscriber<? super T> |
apply(NbpObservable.NbpSubscriber<? super T> t) |
public NbpOperatorScan(BiFunction<T,T,T> accumulator)
public NbpObservable.NbpSubscriber<? super T> apply(NbpObservable.NbpSubscriber<? super T> t)
apply in interface Function<NbpObservable.NbpSubscriber<? super T>,NbpObservable.NbpSubscriber<? super T>>