Class Functions.Identity
- java.lang.Object
-
- io.reactivex.rxjava3.internal.functions.Functions.Identity
-
-
Constructor Summary
Constructors Constructor Description Identity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
apply(java.lang.Object v)
Apply some calculation to the input value and return some other value.java.lang.String
toString()
-
-
-
Method Detail
-
apply
public java.lang.Object apply(java.lang.Object v)
Description copied from interface:Function
Apply some calculation to the input value and return some other value.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-