Package | Description |
---|---|
org.wildfly.common.function |
Classes which implement useful functions which are missing from
java.util.function . |
Modifier and Type | Method and 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 java.lang.Exception> |
ExceptionUnaryOperator.of(ExceptionFunction<T,T,E> func) |
Modifier and Type | Method and 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) |
Copyright © 2015 JBoss, a division of Red Hat, Inc.