java.lang.Object
io.reactivex.rxjava3.internal.functions.Functions.CastToClass<T,U>
-
Field Summary
Fields
(package private) final Class<U>
-
Constructor Summary
Constructors
-
Method Summary
Apply some calculation to the input value and return some other value.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
Method Details
-
apply
Description copied from interface: Function
Apply some calculation to the input value and return some other value.
- Specified by:
apply
in interface Function<T,U>
- Parameters:
t
- the input value
- Returns:
- the output value