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,E extends java.lang.Exception> |
Contextual.runExConsumer(ExceptionConsumer<T,E> consumer,
T param)
Run the given task with this contextual object selected.
|
Modifier and Type | Method and Description |
---|---|
default ExceptionConsumer<T,E> |
ExceptionFunction.andThen(ExceptionBiConsumer<? super T,? super R,? extends E> after) |
default ExceptionConsumer<T,E> |
ExceptionFunction.andThen(ExceptionConsumer<? super R,? extends E> after) |
default ExceptionConsumer<T,E> |
ExceptionConsumer.andThen(ExceptionConsumer<? super T,? extends E> after) |
default ExceptionConsumer<T,E> |
ExceptionConsumer.compose(ExceptionConsumer<? super T,? extends E> before) |
Modifier and Type | Method and Description |
---|---|
default ExceptionConsumer<T,E> |
ExceptionFunction.andThen(ExceptionConsumer<? super R,? extends E> after) |
default ExceptionConsumer<T,E> |
ExceptionConsumer.andThen(ExceptionConsumer<? super T,? extends E> after) |
default ExceptionRunnable<E> |
ExceptionSupplier.andThen(ExceptionConsumer<? super T,? extends E> after) |
default ExceptionBiConsumer<T,U,E> |
ExceptionBiFunction.andThen(ExceptionConsumer<R,? extends E> after) |
default ExceptionConsumer<T,E> |
ExceptionConsumer.compose(ExceptionConsumer<? super T,? extends E> before) |
Copyright © 2015 JBoss, a division of Red Hat, Inc.