Class Functions.Array3Func<T1,T2,T3,R>

java.lang.Object
io.reactivex.rxjava3.internal.functions.Functions.Array3Func<T1,T2,T3,R>
All Implemented Interfaces:
Function<Object[],R>
Enclosing class:
Functions

static final class Functions.Array3Func<T1,T2,T3,R> extends Object implements Function<Object[],R>
  • Field Details

  • Constructor Details

  • Method Details

    • apply

      public R apply(Object[] a) throws Throwable
      Description copied from interface: Function
      Apply some calculation to the input value and return some other value.
      Specified by:
      apply in interface Function<T1,T2>
      Parameters:
      a - the input value
      Returns:
      the output value
      Throws:
      Throwable - if the implementation wishes to throw any type of exception