Uses of Interface
org.wildfly.common.function.ExceptionUnaryOperator
Packages that use ExceptionUnaryOperator
Package
Description
Classes which implement useful functions which are missing from
java.util.function.-
Uses of ExceptionUnaryOperator in org.wildfly.common.function
Methods in org.wildfly.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 org.wildfly.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)