Class UniOnFailureTransform<I,​O>

  • All Implemented Interfaces:
    Uni<O>

    public class UniOnFailureTransform<I,​O>
    extends UniOperator<I,​O>
    • Constructor Detail

      • UniOnFailureTransform

        public UniOnFailureTransform​(Uni<I> upstream,
                                     java.util.function.Predicate<? super java.lang.Throwable> predicate,
                                     java.util.function.Function<? super java.lang.Throwable,​? extends java.lang.Throwable> mapper)