Class FlowableWindowTimed.WindowExactBoundedSubscriber.WindowBoundaryRunnable
java.lang.Object
io.reactivex.rxjava3.internal.operators.flowable.FlowableWindowTimed.WindowExactBoundedSubscriber.WindowBoundaryRunnable
- All Implemented Interfaces:
Runnable
- Enclosing class:
FlowableWindowTimed.WindowExactBoundedSubscriber<T>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final long
(package private) final FlowableWindowTimed.WindowExactBoundedSubscriber
<?> -
Constructor Summary
ConstructorsConstructorDescriptionWindowBoundaryRunnable
(FlowableWindowTimed.WindowExactBoundedSubscriber<?> parent, long index) -
Method Summary
-
Field Details
-
parent
-
index
final long index
-
-
Constructor Details
-
WindowBoundaryRunnable
WindowBoundaryRunnable(FlowableWindowTimed.WindowExactBoundedSubscriber<?> parent, long index)
-
-
Method Details