Uses of Interface
io.smallrye.common.function.ExceptionUnaryOperator
-
Uses of ExceptionUnaryOperator in io.smallrye.common.function
Methods in io.smallrye.common.function that return ExceptionUnaryOperatorModifier and TypeMethodDescriptiondefault ExceptionUnaryOperator<T, E> ExceptionUnaryOperator.andThen(ExceptionUnaryOperator<T, ? extends E> after) default ExceptionUnaryOperator<T, E> ExceptionUnaryOperator.compose(ExceptionUnaryOperator<T, ? extends E> before) static <T,E extends Exception>
ExceptionUnaryOperator<T, E> ExceptionUnaryOperator.identity()static <T,E extends Exception>
ExceptionUnaryOperator<T, E> ExceptionUnaryOperator.of(ExceptionFunction<T, T, E> func) Methods in io.smallrye.common.function with parameters of type ExceptionUnaryOperatorModifier and TypeMethodDescriptiondefault ExceptionBinaryOperator<T, E> ExceptionBinaryOperator.andThen(ExceptionUnaryOperator<T, ? extends E> after) default ExceptionUnaryOperator<T, E> ExceptionUnaryOperator.andThen(ExceptionUnaryOperator<T, ? extends E> after) default ExceptionUnaryOperator<T, E> ExceptionUnaryOperator.compose(ExceptionUnaryOperator<T, ? extends E> before)