Class ParallelFilterTry<T>

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

public final class ParallelFilterTry<T> extends ParallelFlowable<T>
Filters each 'rail' of the source ParallelFlowable with a predicate function.