Class ParallelMapTry<T,R>

java.lang.Object
io.reactivex.rxjava3.parallel.ParallelFlowable<R>
io.reactivex.rxjava3.internal.operators.parallel.ParallelMapTry<T,R>
Type Parameters:
T - the input value type
R - the output value type

public final class ParallelMapTry<T,R> extends ParallelFlowable<R>
Maps each 'rail' of the source ParallelFlowable with a mapper function and handle any failure based on a handler function.

History: 2.0.8 - experimental

Since:
2.2