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