Class ParallelMapTryOptional<T,R>

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

public final class ParallelMapTryOptional<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.
Since:
3.0.0