Uses of Interface
io.smallrye.common.function.ExceptionUnaryOperator
-
-
Uses of ExceptionUnaryOperator in io.smallrye.common.function
Methods in io.smallrye.common.function that return ExceptionUnaryOperator Modifier and Type Method Description default 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 ExceptionUnaryOperator Modifier and Type Method Description default 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)
-