Java Reference
In-Depth Information
Interface
Implementation Description
IntConsumer
Function operation that accepts a single int -valued ar-
gument and returns no result.
Function that accepts an int -valued argument and pro-
duces a result.
IntFunction<R>
Predicate of one int -valued argument.
IntPredicate
IntSupplier
Supplier of int -valued results.
Function that accepts an int -valued argument and pro-
duces a double -valued result.
IntToDoubleFunction
Function that accepts an int -valued argument and pro-
duces a long -valued result.
IntToLongFunction
Function operation on a single int-valued operand that
produces an int-valued result.
IntUnaryOperator
Function operation upon two long -valued operands and
producing a long -valued result.
LongBinaryOperator
LongConsumer
Function operation that accepts a single lo n g-valued ar-
gument and returns no result.
Function that accepts a long -valued argument and pro-
duces a result.
LongFunction<R>
Predicate of one long -valued argument.
LongPredicate
Supplier of long -valued results.
LongSupplier
LongToDoubleFunction
Function that accepts a long -valued argument and pro-
duces a double -valued result.
Function that accepts a long -valued argument and pro-
duces an int -valued result.
LongToIntFunction
Function operation on a single long -valued operand that
produces a long -valued result.
LongUnaryOperator
ObjDoubleConsumer <T>
Function operation that accepts an object-valued and a
double -valued argument and returns no result.
ObjIntConsumer<T>
Function operation that accepts an object -valued and
an int -valued argument and returns no result.
Function operation that accepts an object -valued and a
long -valued argument and returns no result.
ObjLongConsumer<T>
Predicate of one argument.
Predicate<T>
Search WWH ::




Custom Search