Class ObservableInternalHelper.FlatMapWithCombinerOuter<T,R,U>

java.lang.Object
io.reactivex.rxjava3.internal.operators.observable.ObservableInternalHelper.FlatMapWithCombinerOuter<T,R,U>
All Implemented Interfaces:
Function<T,ObservableSource<R>>
Enclosing class:
ObservableInternalHelper

static final class ObservableInternalHelper.FlatMapWithCombinerOuter<T,R,U> extends Object implements Function<T,ObservableSource<R>>
  • Field Details

  • Constructor Details

  • Method Details

    • apply

      public ObservableSource<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