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.runExBiPredicate(ExceptionBiPredicate<T,U,E> predicate,
T param1,
U param2)
Run the given task with this contextual object selected.
|
Modifier and Type | Method and Description |
---|---|
default ExceptionBiPredicate<T,U,E> |
ExceptionBiPredicate.and(ExceptionBiPredicate<T,U,E> other) |
default ExceptionBiPredicate<T,U,E> |
ExceptionBiPredicate.not() |
default ExceptionBiPredicate<T,U,E> |
ExceptionBiPredicate.or(ExceptionBiPredicate<T,U,E> other) |
default <U> ExceptionBiPredicate<T,U,E> |
ExceptionPredicate.with(ExceptionPredicate<? super U,? extends E> other) |
default ExceptionBiPredicate<T,U,E> |
ExceptionBiPredicate.xor(ExceptionBiPredicate<T,U,E> other) |
Modifier and Type | Method and Description |
---|---|
default ExceptionBiPredicate<T,U,E> |
ExceptionBiPredicate.and(ExceptionBiPredicate<T,U,E> other) |
default ExceptionPredicate<T,E> |
ExceptionFunction.andThen(ExceptionBiPredicate<? super T,? super R,? extends E> after) |
default ExceptionBiPredicate<T,U,E> |
ExceptionBiPredicate.or(ExceptionBiPredicate<T,U,E> other) |
default ExceptionBiPredicate<T,U,E> |
ExceptionBiPredicate.xor(ExceptionBiPredicate<T,U,E> other) |
Copyright © 2015 JBoss, a division of Red Hat, Inc.