See: Description
Interface | Description |
---|---|
BinaryIOOperator<T> |
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<R> |
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<R> |
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<T,U> |
Represents an operation that accepts two input arguments and returns no result.
|
IOBiFunction<T,U,R> |
Represents a function that accepts two arguments and produces a result.
|
IOBiPredicate<T,U> |
Represents a predicate (boolean-valued function) of two arguments.
|
IOConsumer<T> |
Represents an operation that accepts a single input argument and returns no result.
|
IOFunction<T,R> |
Represents a function that accepts one argument and produces a result.
|
IOPredicate<T> |
Represents a predicate (boolean-valued function) of one argument.
|
IORunnable |
Represents an action that accepts no input and returns no result.
|
IOSupplier<T> |
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<R> |
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<T> |
Represents an operation that accepts an object-valued and a
double -valued argument, and returns no result. |
ObjIntIOConsumer<T> |
Represents an operation that accepts an object-valued and a
int -valued argument, and returns no result. |
ObjLongIOConsumer<T> |
Represents an operation that accepts an object-valued and a
long -valued argument, and returns no result. |
ToDoubleIOBiFunction<T,U> |
Represents a function that accepts two arguments and produces a double-valued result.
|
ToDoubleIOFunction<T> |
Represents a function that produces a double-valued result.
|
ToIntIOBiFunction<T,U> |
Represents a function that accepts two arguments and produces an int-valued result.
|
ToIntIOFunction<T> |
Represents a function that produces an int-valued result.
|
ToLongIOBiFunction<T,U> |
Represents a function that accepts two arguments and produces a long-valued result.
|
ToLongIOFunction<T> |
Represents a function that produces a long-valued result.
|
UnaryIOOperator<T> |
Represents an operation on a single operand that produces a result of the same type as its operand.
|
Copyright © 2017–2020. All rights reserved.