Class MaybeTimeInterval<T>

java.lang.Object
io.reactivex.rxjava3.core.Maybe<Timed<T>>
io.reactivex.rxjava3.internal.operators.maybe.MaybeTimeInterval<T>
Type Parameters:
T - the element type of the sequence
All Implemented Interfaces:
MaybeSource<Timed<T>>

public final class MaybeTimeInterval<T> extends Maybe<Timed<T>>
Measures the time between subscription and the success item emission from the upstream and emits this as a Timed success value.
Since:
3.0.0