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,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 |
---|---|
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.