java.util.function
.See: Description
Interface | Description |
---|---|
ExceptionBiConsumer<T,U,E extends java.lang.Exception> |
A two-argument consumer which can throw an exception.
|
ExceptionBiFunction<T,U,R,E extends java.lang.Exception> |
A two-argument function which can throw an exception.
|
ExceptionBinaryOperator<T,E extends java.lang.Exception> |
A binary operator which can throw an exception.
|
ExceptionBiPredicate<T,U,E extends java.lang.Exception> |
A two-argument predicate which can throw an exception.
|
ExceptionConsumer<T,E extends java.lang.Exception> |
A one-argument consumer which can throw an exception.
|
ExceptionFunction<T,R,E extends java.lang.Exception> |
A one-argument function which can throw an exception.
|
ExceptionIntFunction<R,E extends java.lang.Exception> |
A one-argument integer function which can throw an exception.
|
ExceptionLongFunction<R,E extends java.lang.Exception> |
A one-argument long integer function which can throw an exception.
|
ExceptionObjIntConsumer<T,E extends java.lang.Exception> |
A two-argument object and integer consumer which can throw an exception.
|
ExceptionObjLongConsumer<T,E extends java.lang.Exception> |
A two-argument object and long integer consumer which can throw an exception.
|
ExceptionPredicate<T,E extends java.lang.Exception> |
A one-argument predicate which can throw an exception.
|
ExceptionRunnable<E extends java.lang.Exception> |
An operation that can throw an exception.
|
ExceptionSupplier<T,E extends java.lang.Exception> |
A supplier which can throw an exception.
|
ExceptionToIntBiFunction<T,U,E extends java.lang.Exception> |
A two-argument function which can throw an exception.
|
ExceptionToIntFunction<T,E extends java.lang.Exception> |
A two-argument function which can throw an exception.
|
ExceptionToLongBiFunction<T,U,E extends java.lang.Exception> |
A two-argument function which can throw an exception.
|
ExceptionToLongFunction<T,E extends java.lang.Exception> |
A two-argument function which can throw an exception.
|
ExceptionUnaryOperator<T,E extends java.lang.Exception> |
A unary operator which can throw an exception.
|
java.util.function
.Copyright © 2015 JBoss, a division of Red Hat, Inc.