public final class OperatorUnsubscribeEagerly<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> OperatorUnsubscribeEagerly<T> |
instance() |
public static final <T> OperatorUnsubscribeEagerly<T> instance()
Copyright © 2013–2016. All rights reserved.