public final class OperatorSkipWhile<T> extends Objectimplements Observable .Operator <T ,T>
| Constructor and Description |
|---|
OperatorSkipWhile(Func2
|
| Modifier and Type | Method and Description |
|---|---|
Subscriber |
call(Subscriber
|
static <T> Func2 |
toPredicate2(Func1
Convert to Func2 type predicate.
|
public Subscriber<? super T> call(Subscriber <? super T> child)