Uses of Package
org.wildfly.common.function
-
Packages that use org.wildfly.common.function Package Description org.wildfly.common.context Types related to management of contextual objects.org.wildfly.common.expression Expression string parsing and expansion classes.org.wildfly.common.function Classes which implement useful functions which are missing fromjava.util.function
. -
Classes in org.wildfly.common.function used by org.wildfly.common.context Class 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. -
Classes in org.wildfly.common.function used by org.wildfly.common.expression Class Description ExceptionBiConsumer A two-argument consumer which can throw an exception. -
Classes in org.wildfly.common.function used by org.wildfly.common.function Class 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.