| Interface | Description |
|---|---|
| BiConsumer<T,U> |
Represents an operation on two input arguments.
|
| BiFunction<T,U,R> |
Represents a function which produces result from two input arguments.
|
| BinaryOperator<T> |
Represents an operation on two operands that produces a result of the
same type as its operand.
|
| BooleanConsumer |
Represents an operation on a
boolean-valued input argument. |
| BooleanFunction<R> |
Represents a function which produces result from
boolean-valued input argument. |
| BooleanPredicate |
Represents a
boolean-valued predicate (function with boolean type result). |
| BooleanSupplier |
Represents a supplier of
boolean-valued results. |
| Consumer<T> |
Represents an operation on input argument.
|
| DoubleBinaryOperator |
Represents an operation on two
double-valued operands
that produces a double-valued result. |
| DoubleConsumer |
Represents an operation on a
double-valued input argument. |
| DoubleFunction<R> |
Represents a function which produces result from
double-valued input argument. |
| DoublePredicate |
Represents a
double-valued predicate (function with boolean type result). |
| DoubleSupplier |
Represents a supplier of
double-valued results. |
| DoubleToIntFunction |
Represents a function which produces an
int-valued result from input argument. |
| DoubleToLongFunction |
Represents a function which produces an
long-valued result from input argument. |
| DoubleUnaryOperator |
Represents an operation on a single
double-valued operand
that produces a double-valued result. |
| Function<T,R> |
Represents a function which produces result from input arguments.
|
| IndexedBiFunction<T,U,R> |
Represents a function which produces result from index and two input arguments.
|
| IndexedConsumer<T> |
Represents an operation on index and input argument.
|
| IndexedDoubleConsumer |
Represents an operation on index and input argument.
|
| IndexedDoubleFunction<R> |
Represents a function which produces result from index and input argument.
|
| IndexedDoublePredicate |
Represents a predicate (function with boolean type result) with additional index argument.
|
| IndexedDoubleUnaryOperator |
Represents an operation on index and input
double-valued operand
that produces a double-valued result. |
| IndexedFunction<T,R> |
Represents a function which produces result from index and input argument.
|
| IndexedIntConsumer |
Represents an operation on index and input argument.
|
| IndexedIntFunction<R> |
Represents a function which produces result from index and input argument.
|
| IndexedIntPredicate |
Represents a predicate (function with boolean type result) with additional index argument.
|
| IndexedLongConsumer |
Represents an operation on index and input argument.
|
| IndexedLongFunction<R> |
Represents a function which produces result from index and input argument.
|
| IndexedLongPredicate |
Represents a predicate (function with boolean type result) with additional index argument.
|
| IndexedLongUnaryOperator |
Represents an operation on index and input
long-valued operand
that produces a long-valued result. |
| IndexedPredicate<T> |
Represents a predicate (function with boolean type result) with additional index argument.
|
| IntBinaryOperator |
Represents an operation upon two
int-valued operands and producing an
int-valued result. |
| IntConsumer |
Represents an operation that accepts a single
int-valued argument and
returns no result. |
| IntFunction<R> |
Represents a function that accepts an int-valued argument and produces a
result.
|
| IntPredicate |
Represents a predicate (function with boolean type result).
|
| IntSupplier |
Represents a supplier of
int-valued results. |
| IntToDoubleFunction |
Represents a function which produces an
double-valued result from input argument. |
| IntToLongFunction |
Represents a function which produces an
long-valued result from input argument. |
| IntUnaryOperator |
Represents an operation on a single int-valued operand that produces an int-valued result.
|
| LongBinaryOperator |
Represents an operation on two
long-valued operands
that produces a long-valued result. |
| LongConsumer |
Represents an operation on a
long-valued input argument. |
| LongFunction<R> |
Represents a function which produces result from
long-valued input argument. |
| LongPredicate |
Represents a
long-valued predicate (function with boolean type result). |
| LongSupplier |
Represents a supplier of
long-valued results. |
| LongToDoubleFunction |
Represents a function which produces an
double-valued result from input argument. |
| LongToIntFunction |
Represents a function which produces an
int-valued result from input argument. |
| LongUnaryOperator |
Represents an operation on a single
long-valued operand
that produces a long-valued result. |
| ObjDoubleConsumer<T> |
Represents an operation on two input arguments.
|
| ObjIntConsumer<T> |
Represents an operation on two input arguments.
|
| ObjLongConsumer<T> |
Represents an operation on two input arguments.
|
| Predicate<T> |
Represents a predicate (function with boolean type result).
|
| Supplier<T> |
Represents a function which supply a result.
|
| ThrowableConsumer<T,E extends Throwable> |
Represents an operation on input argument and can throw an exception.
|
| ThrowableDoubleConsumer<E extends Throwable> |
Represents an operation on a
double-valued input argument. |
| ThrowableDoubleFunction<R,E extends Throwable> |
Represents a function which produces result from
double-valued input argument. |
| ThrowableDoublePredicate<E extends Throwable> |
Represents a
double-valued predicate (function with boolean type result). |
| ThrowableDoubleSupplier<E extends Throwable> |
Represents a supplier of
double-valued results. |
| ThrowableFunction<I,R,E extends Throwable> |
Represents a function which produces result from input arguments and can throw an exception.
|
| ThrowableIntConsumer<E extends Throwable> |
Represents an operation on
int-valued input argument. |
| ThrowableIntFunction<R,E extends Throwable> |
Represents a function which produces result from
int-valued input argument. |
| ThrowableIntPredicate<E extends Throwable> |
Represents an
int-valued predicate (function with boolean type result). |
| ThrowableIntSupplier<E extends Throwable> |
Represents a supplier of
int-valued results. |
| ThrowableLongConsumer<E extends Throwable> |
Represents an operation on a
long-valued input argument. |
| ThrowableLongFunction<R,E extends Throwable> |
Represents a function which produces result from
long-valued input argument. |
| ThrowableLongPredicate<E extends Throwable> |
Represents a
long-valued predicate (function with boolean type result). |
| ThrowableLongSupplier<E extends Throwable> |
Represents a supplier of
long-valued results. |
| ThrowablePredicate<T,E extends Throwable> |
Represents a predicate (function with boolean type result) which can throw an exception.
|
| ThrowableSupplier<T,E extends Throwable> |
Represents a function for supplying result which can throw an exception.
|
| ToBooleanFunction<T> |
Represents a function which produces an
boolean-valued result from input argument. |
| ToDoubleFunction<T> |
Represents a function which produces an
double-valued result from input argument. |
| ToIntFunction<T> |
Represents a function which produces an
int-valued result from input argument. |
| ToLongFunction<T> |
Represents a function which produces an
long-valued result from input argument. |
| UnaryOperator<T> |
Operation on a single operand that produces a result of the
same type as its operand.
|
Copyright © 2018. All rights reserved.