Package rx.internal.util
Class InternalObservableUtils.ReplaySupplierBufferTime<T>
- java.lang.Object
-
- rx.internal.util.InternalObservableUtils.ReplaySupplierBufferTime<T>
-
- All Implemented Interfaces:
java.util.concurrent.Callable<ConnectableObservable<T>>
,Func0<ConnectableObservable<T>>
,Function
- Enclosing class:
- InternalObservableUtils
static final class InternalObservableUtils.ReplaySupplierBufferTime<T> extends java.lang.Object implements Func0<ConnectableObservable<T>>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ReplaySupplierBufferTime(Observable<T> source, long time, java.util.concurrent.TimeUnit unit, Scheduler scheduler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectableObservable<T>
call()
-
-
-
Field Detail
-
unit
private final java.util.concurrent.TimeUnit unit
-
source
private final Observable<T> source
-
time
private final long time
-
scheduler
private final Scheduler scheduler
-
-
Constructor Detail
-
ReplaySupplierBufferTime
private ReplaySupplierBufferTime(Observable<T> source, long time, java.util.concurrent.TimeUnit unit, Scheduler scheduler)
-
-