| 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 and Description |
|---|---|
default <T,U,R,E extends Exception> |
Contextual.runExBiFunction(ExceptionBiFunction<T,U,R,E> function,
T param1,
U param2)
Run the given task with this contextual object selected.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExceptionBinaryOperator<T,E extends Exception>
A binary operator which can throw an exception.
|
Copyright © 2015 JBoss, a division of Red Hat, Inc.