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 . |
Class and Description |
---|
ExceptionBiConsumer
A two-argument consumer which can throw an exception.
|
ExceptionBiFunction
A two-argument function which can throw an exception.
|
ExceptionBiPredicate
A two-argument predicate which can throw an exception.
|
ExceptionConsumer
A one-argument consumer which can throw an exception.
|
ExceptionFunction
A one-argument function which can throw an exception.
|
ExceptionIntFunction
A one-argument integer function which can throw an exception.
|
ExceptionLongFunction
A one-argument long integer function which can throw an exception.
|
ExceptionPredicate
A one-argument predicate which can throw an exception.
|
Class and Description |
---|
ExceptionBiConsumer
A two-argument consumer which can throw an exception.
|
ExceptionBiFunction
A two-argument function which can throw an exception.
|
ExceptionBinaryOperator
A binary operator which can throw an exception.
|
ExceptionBiPredicate
A two-argument predicate which can throw an exception.
|
ExceptionConsumer
A one-argument consumer which can throw an exception.
|
ExceptionFunction
A one-argument function which can throw an exception.
|
ExceptionIntFunction
A one-argument integer function which can throw an exception.
|
ExceptionLongFunction
A one-argument long integer function which can throw an exception.
|
ExceptionObjIntConsumer
A two-argument object and integer consumer which can throw an exception.
|
ExceptionObjLongConsumer
A two-argument object and long integer consumer which can throw an exception.
|
ExceptionPredicate
A one-argument predicate which can throw an exception.
|
ExceptionRunnable
An operation that can throw an exception.
|
ExceptionSupplier
A supplier which can throw an exception.
|
ExceptionToIntFunction
A two-argument function which can throw an exception.
|
ExceptionToLongFunction
A two-argument function which can throw an exception.
|
ExceptionUnaryOperator
A unary operator which can throw an exception.
|
Copyright © 2015 JBoss, a division of Red Hat, Inc.