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