Class FlowableWindowTimed.WindowExactBoundedSubscriber.WindowBoundaryRunnable
- java.lang.Object
-
- io.reactivex.rxjava3.internal.operators.flowable.FlowableWindowTimed.WindowExactBoundedSubscriber.WindowBoundaryRunnable
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- FlowableWindowTimed.WindowExactBoundedSubscriber<T>
static final class FlowableWindowTimed.WindowExactBoundedSubscriber.WindowBoundaryRunnable extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) long
index
(package private) FlowableWindowTimed.WindowExactBoundedSubscriber<?>
parent
-
Constructor Summary
Constructors Constructor Description WindowBoundaryRunnable(FlowableWindowTimed.WindowExactBoundedSubscriber<?> parent, long index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
parent
final FlowableWindowTimed.WindowExactBoundedSubscriber<?> parent
-
index
final long index
-
-
Constructor Detail
-
WindowBoundaryRunnable
WindowBoundaryRunnable(FlowableWindowTimed.WindowExactBoundedSubscriber<?> parent, long index)
-
-