public final class OperatorSingle<T> extends java.lang.Object implements Observable.Operator<T,T>
| Constructor and Description |
|---|
OperatorSingle(T defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Subscriber<? super T> |
apply(org.reactivestreams.Subscriber<? super T> t) |
static <T> OperatorSingle<T> |
instanceNoDefault() |
public OperatorSingle(T defaultValue)
public static <T> OperatorSingle<T> instanceNoDefault()