- java.lang.Object
-
- brave.context.rxjava2.internal.Util
-
public final class Util extends java.lang.ObjectJunk drawer to avoid dependencies on internal RxJava types.
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> io.reactivex.functions.Function<T,T>identity()static booleanvalidate(io.reactivex.disposables.Disposable current, io.reactivex.disposables.Disposable next)static booleanvalidate(org.reactivestreams.Subscription current, org.reactivestreams.Subscription next)
-
-
-
Method Detail
-
identity
public static <T> io.reactivex.functions.Function<T,T> identity()
-
validate
public static boolean validate(io.reactivex.disposables.Disposable current, io.reactivex.disposables.Disposable next)
-
validate
public static boolean validate(org.reactivestreams.Subscription current, org.reactivestreams.Subscription next)
-
-