public final class OperatorScanSeed<T,R> extends java.lang.Object implements Observable.Operator<R,T>
| Constructor and Description |
|---|
OperatorScanSeed(Supplier<R> seedSupplier,
BiFunction<R,? super T,R> accumulator) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Subscriber<? super T> |
apply(org.reactivestreams.Subscriber<? super R> t) |