public class SubscriptionUtils
extends java.lang.Object
| Constructor and Description |
|---|
SubscriptionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> io.reactivex.Maybe<T> |
createConstantMaybe(T rs) |
static <T> io.reactivex.Maybe<T> |
createConstantMaybe(java.lang.Throwable exception) |
static io.reactivex.CompletableObserver |
logCompletableResults(java.lang.String type) |
static <T> io.reactivex.FlowableSubscriber<T> |
logFlowableResults(java.lang.String type) |
static <T> io.reactivex.MaybeObserver<T> |
logMaybeResults(java.lang.String type) |
public static <T> io.reactivex.MaybeObserver<T> logMaybeResults(java.lang.String type)
public static <T> io.reactivex.FlowableSubscriber<T> logFlowableResults(java.lang.String type)
public static io.reactivex.CompletableObserver logCompletableResults(java.lang.String type)
public static <T> io.reactivex.Maybe<T> createConstantMaybe(T rs)
public static <T> io.reactivex.Maybe<T> createConstantMaybe(java.lang.Throwable exception)