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
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFlatMapIntoIterable
(Function<? super T, ? extends Iterable<? extends U>> mapper) -
Method Summary
-
Field Details
-
mapper
-
-
Constructor Details
-
FlatMapIntoIterable
-
-
Method Details
-
apply
Description copied from interface:Function
Apply some calculation to the input value and return some other value.
-