| 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,R,E extends Exception> |
Contextual.runExFunction(ExceptionFunction<T,R,E> function,
T param)
Run the given task with this contextual object selected.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExceptionUnaryOperator<T,E extends Exception>
A unary operator which can throw an exception.
|
Copyright © 2015 JBoss, a division of Red Hat, Inc.