| Class and Description |
|---|
| BinaryIOOperator
Represents an operation upon two operands of the same type, producing a result of the same type as the operands.
|
| BooleanIOSupplier
Represents a supplier of
boolean-valued results. |
| DoubleBinaryIOOperator
Represents an operation upon two
double-valued operands and producing a double-valued result. |
| DoubleIOConsumer
Represents an operation that accepts a single
double-valued argument and returns no result. |
| DoubleIOFunction
Represents a function that accepts a double-valued argument and produces a result.
|
| DoubleIOPredicate
Represents a predicate (boolean-valued function) of one
double-valued argument. |
| DoubleIOSupplier
Represents a supplier of
double-valued results. |
| DoubleToIntIOFunction
Represents a function that accepts a double-valued argument and produces an int-valued result.
|
| DoubleToLongIOFunction
Represents a function that accepts a double-valued argument and produces a long-valued result.
|
| DoubleUnaryIOOperator
Represents an operation on a single
double-valued operand that produces a double-valued result. |
| IntBinaryIOOperator
Represents an operation upon two
int-valued operands and producing an int-valued result. |
| IntIOConsumer
Represents an operation that accepts a single
int-valued argument and returns no result. |
| IntIOFunction
Represents a function that accepts an int-valued argument and produces a result.
|
| IntIOPredicate
Represents a predicate (boolean-valued function) of one
int-valued argument. |
| IntIOSupplier
Represents a supplier of
int-valued results. |
| IntToDoubleIOFunction
Represents a function that accepts an int-valued argument and produces a double-valued result.
|
| IntToLongIOFunction
Represents a function that accepts an int-valued argument and produces a long-valued result.
|
| IntUnaryIOOperator
Represents an operation on a single
int-valued operand that produces an int-valued result. |
| IOBiConsumer
Represents an operation that accepts two input arguments and returns no result.
|
| IOBiFunction
Represents a function that accepts two arguments and produces a result.
|
| IOBiPredicate
Represents a predicate (boolean-valued function) of two arguments.
|
| IOConsumer
Represents an operation that accepts a single input argument and returns no result.
|
| IOFunction
Represents a function that accepts one argument and produces a result.
|
| IOPredicate
Represents a predicate (boolean-valued function) of one argument.
|
| IORunnable
Represents an action that accepts no input and returns no result.
|
| IOSupplier
Represents a supplier of results.
|
| LongBinaryIOOperator
Represents an operation upon two
long-valued operands and producing a long-valued result. |
| LongIOConsumer
Represents an operation that accepts a single
long-valued argument and returns no result. |
| LongIOFunction
Represents a function that accepts a long-valued argument and produces a result.
|
| LongIOPredicate
Represents a predicate (boolean-valued function) of one
long-valued argument. |
| LongIOSupplier
Represents a supplier of
long-valued results. |
| LongToDoubleIOFunction
Represents a function that accepts a long-valued argument and produces a double-valued result.
|
| LongToIntIOFunction
Represents a function that accepts a long-valued argument and produces an int-valued result.
|
| LongUnaryIOOperator
Represents an operation on a single
long-valued operand that produces a long-valued result. |
| ObjDoubleIOConsumer
Represents an operation that accepts an object-valued and a
double-valued argument, and returns no result. |
| ObjIntIOConsumer
Represents an operation that accepts an object-valued and a
int-valued argument, and returns no result. |
| ObjLongIOConsumer
Represents an operation that accepts an object-valued and a
long-valued argument, and returns no result. |
| ToDoubleIOBiFunction
Represents a function that accepts two arguments and produces a double-valued result.
|
| ToDoubleIOFunction
Represents a function that produces a double-valued result.
|
| ToIntIOBiFunction
Represents a function that accepts two arguments and produces an int-valued result.
|
| ToIntIOFunction
Represents a function that produces an int-valued result.
|
| ToLongIOBiFunction
Represents a function that accepts two arguments and produces a long-valued result.
|
| ToLongIOFunction
Represents a function that produces a long-valued result.
|
| UnaryIOOperator
Represents an operation on a single operand that produces a result of the same type as its operand.
|
Copyright © 2017–2020. All rights reserved.