public final class NbpOperatorTimeInterval<T> extends java.lang.Object implements NbpObservable.NbpOperator<Timed<T>,T>
| Constructor and Description |
|---|
NbpOperatorTimeInterval(java.util.concurrent.TimeUnit unit,
Scheduler scheduler) |
| Modifier and Type | Method and Description |
|---|---|
NbpObservable.NbpSubscriber<? super T> |
apply(NbpObservable.NbpSubscriber<? super Timed<T>> t) |
public NbpOperatorTimeInterval(java.util.concurrent.TimeUnit unit,
Scheduler scheduler)
public NbpObservable.NbpSubscriber<? super T> apply(NbpObservable.NbpSubscriber<? super Timed<T>> t)
apply in interface Function<NbpObservable.NbpSubscriber<? super Timed<T>>,NbpObservable.NbpSubscriber<? super T>>