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.runExLongFunction(ExceptionLongFunction<T,E> function,
long value)
Run the given task with this contextual object selected.
|
Modifier and Type | Method and Description |
---|---|
default <R2> ExceptionLongFunction<R2,E> |
ExceptionLongFunction.andThen(ExceptionFunction<? super R,? extends R2,? extends E> after) |
Modifier and Type | Method and Description |
---|---|
default <R> ExceptionFunction<T,R,E> |
ExceptionToIntFunction.andThen(ExceptionLongFunction<? extends R,? extends E> after) |
default <R> ExceptionBiFunction<T,U,R,E> |
ExceptionToIntBiFunction.andThen(ExceptionLongFunction<R,E> after) |
default <R> ExceptionFunction<T,R,E> |
ExceptionToLongFunction.andThen(ExceptionLongFunction<R,E> after) |
default <R> ExceptionBiFunction<T,U,R,E> |
ExceptionToLongBiFunction.andThen(ExceptionLongFunction<R,E> after) |
Copyright © 2015 JBoss, a division of Red Hat, Inc.