| Package | Description |
|---|---|
| org.wildfly.common.context |
Types related to management of contextual objects.
|
| org.wildfly.common.expression |
Expression string parsing and expansion classes.
|
| 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,E extends java.lang.Exception> |
Contextual.runExBiConsumer(ExceptionBiConsumer<T,U,E> consumer,
T param1,
U param2)
Run the given task with this contextual object selected.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends java.lang.Exception> |
Expression.evaluateException(ExceptionBiConsumer<ResolveContext<E>,java.lang.StringBuilder,E> expandFunction)
Evaluate the expression with the given expansion function, which may throw a checked exception.
|
| Modifier and Type | Method and Description |
|---|---|
default ExceptionBiConsumer<T,U,E> |
ExceptionBiConsumer.andThen(ExceptionBiConsumer<? super T,? super U,? extends E> after) |
default ExceptionBiConsumer<T,U,E> |
ExceptionBiFunction.andThen(ExceptionConsumer<R,? extends E> after) |
| Modifier and Type | Method and Description |
|---|---|
default ExceptionConsumer<T,E> |
ExceptionFunction.andThen(ExceptionBiConsumer<? super T,? super R,? extends E> after) |
default ExceptionBiConsumer<T,U,E> |
ExceptionBiConsumer.andThen(ExceptionBiConsumer<? super T,? super U,? extends E> after) |
Copyright © 2015 JBoss, a division of Red Hat, Inc.