Class Functions.JustValue<T,U>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.functions.Functions.JustValue<T,U>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Uapply(T t)Apply some calculation to the input value and return some other value.Ucall()Uget()Produces a value or throws an exception.
-