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 U
apply(T t)
Apply some calculation to the input value and return some other value.U
call()
U
get()
Produces a value or throws an exception.
-