Class FlowableInternalHelper.FlatMapIntoIterable<T,U>

java.lang.Object
io.reactivex.rxjava3.internal.operators.flowable.FlowableInternalHelper.FlatMapIntoIterable<T,U>
All Implemented Interfaces:
Function<T,org.reactivestreams.Publisher<U>>
Enclosing class:
FlowableInternalHelper

static final class FlowableInternalHelper.FlatMapIntoIterable<T,U> extends Object implements Function<T,org.reactivestreams.Publisher<U>>
  • Field Details

  • Constructor Details

    • FlatMapIntoIterable

      FlatMapIntoIterable(Function<? super T,? extends Iterable<? extends U>> mapper)
  • Method Details

    • apply

      public org.reactivestreams.Publisher<U> 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,U>
      Parameters:
      t - the input value
      Returns:
      the output value
      Throws:
      Throwable - if the implementation wishes to throw any type of exception