public final class Timeout
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Timeout.ByObservables<T,U,V>
Applies a timeout to each element in the source sequence,
starting with the timeout from the firsTimeout observabe,
then, for each element a separate window is opened in the
form of observable sequence.
|
static class |
Timeout.Switch<T>
Applies a timeout for each element in the source sequence.
|