Class Functions.CastToClass<T,U>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.functions.Functions.CastToClass<T,U>
-
-
Constructor Summary
Constructors Constructor Description CastToClass(java.lang.Class<U> clazz)
-
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.
-