| Package | Description |
|---|---|
| org.wildfly.common.context |
Types related to management of contextual objects.
|
| org.wildfly.common.function |
Classes which implement useful functions which are missing from
java.util.function. |
| Modifier and Type | Method | Description |
|---|---|---|
default <T,E extends java.lang.Exception> |
Contextual.runExIntFunction(ExceptionIntFunction<T,E> function,
int value) |
Run the given task with this contextual object selected.
|
| Modifier and Type | Method | Description |
|---|---|---|
default <R2> ExceptionIntFunction<R2,E> |
ExceptionIntFunction.andThen(ExceptionFunction<? super R,? extends R2,? extends E> after) |
| Modifier and Type | Method | Description |
|---|---|---|
default <R> ExceptionBiFunction<T,U,R,E> |
ExceptionToIntBiFunction.andThen(ExceptionIntFunction<R,E> after) |
|
default <R> ExceptionFunction<T,R,E> |
ExceptionToIntFunction.andThen(ExceptionIntFunction<? extends R,? extends E> after) |
Copyright © 2018 JBoss, a division of Red Hat, Inc.