Class OperatorDelayWithSelector<T,​V>

  • Type Parameters:
    T - the item type
    V - the value type of the item-delaying observable
    All Implemented Interfaces:
    Func1<Subscriber<? super T>,​Subscriber<? super T>>, Function, Observable.Operator<T,​T>

    public final class OperatorDelayWithSelector<T,​V>
    extends java.lang.Object
    implements Observable.Operator<T,​T>
    Delay the subscription and emission of the source items by a per-item observable that fires its first element.