Class SingleTimeInterval<T>

java.lang.Object
io.reactivex.rxjava3.core.Single<Timed<T>>
io.reactivex.rxjava3.internal.operators.single.SingleTimeInterval<T>
Type Parameters:
T - the element type of the sequence
All Implemented Interfaces:
SingleSource<Timed<T>>

public final class SingleTimeInterval<T> extends Single<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