Class FlowableWithLatestFromMany.SingletonArrayFunc

java.lang.Object
io.reactivex.rxjava3.internal.operators.flowable.FlowableWithLatestFromMany.SingletonArrayFunc
All Implemented Interfaces:
Function<T,R>
Enclosing class:
FlowableWithLatestFromMany<T,R>

final class FlowableWithLatestFromMany.SingletonArrayFunc extends Object implements Function<T,R>
  • Constructor Details

    • SingletonArrayFunc

      SingletonArrayFunc()
  • Method Details

    • apply

      public R apply(T t) 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<T,R>
      Parameters:
      t - the input value
      Returns:
      the output value
      Throws:
      Throwable - if the implementation wishes to throw any type of exception