public final class OperatorDoOnNth<T> extends Object implements rx.Observable.Operator<T,T>
Modifier and Type | Method and Description |
---|---|
rx.Subscriber<? super T> |
call(rx.Subscriber<? super T> child) |
static <T> OperatorDoOnNth<T> |
create(rx.functions.Action1<? super T> action,
int n) |
public static <T> OperatorDoOnNth<T> create(rx.functions.Action1<? super T> action, int n)
Copyright © 2013–2016. All rights reserved.