Class Functions.Identity

java.lang.Object
io.reactivex.rxjava3.internal.functions.Functions.Identity
All Implemented Interfaces:
Function<Object,Object>
Enclosing class:
Functions

static final class Functions.Identity extends Object implements Function<Object,Object>
  • Constructor Details

    • Identity

      Identity()
  • Method Details

    • apply

      public Object apply(Object v)
      Description copied from interface: Function
      Apply some calculation to the input value and return some other value.
      Specified by:
      apply in interface Function<Object,Object>
      Parameters:
      v - the input value
      Returns:
      the output value
    • toString

      public String toString()
      Overrides:
      toString in class Object