इसके माध्यम से साझा किया गया


Java.Util.Functions Namespace

Classes

BinaryOperator
DoubleUnaryOperator
Function
IntUnaryOperator
LongUnaryOperator
Predicate
UnaryOperator

Interfaces

IBiConsumer

Represents an operation that accepts two input arguments and returns no result.

IBiFunction

Represents a function that accepts two arguments and produces a result.

IBinaryOperator

Represents an operation upon two operands of the same type, producing a result of the same type as the operands.

IBiPredicate

Represents a predicate (boolean-valued function) of two arguments.

IBooleanSupplier

Represents a supplier of boolean-valued results.

IConsumer

Represents an operation that accepts a single input argument and returns no result.

IDoubleBinaryOperator

Represents an operation upon two double-valued operands and producing a double-valued result.

IDoubleConsumer

Represents an operation that accepts a single double-valued argument and returns no result.

IDoubleFunction

Represents a function that accepts a double-valued argument and produces a result.

IDoublePredicate

Represents a predicate (boolean-valued function) of one double-valued argument.

IDoubleSupplier

Represents a supplier of double-valued results.

IDoubleToIntFunction

Represents a function that accepts a double-valued argument and produces an int-valued result.

IDoubleToLongFunction

Represents a function that accepts a double-valued argument and produces a long-valued result.

IDoubleUnaryOperator

Represents an operation on a single double-valued operand that produces a double-valued result.

IFunction

Represents a function that accepts one argument and produces a result.

IIntBinaryOperator

Represents an operation upon two int-valued operands and producing an int-valued result.

IIntConsumer

Represents an operation that accepts a single int-valued argument and returns no result.

IIntFunction

Represents a function that accepts an int-valued argument and produces a result.

IIntPredicate

Represents a predicate (boolean-valued function) of one int-valued argument.

IIntSupplier

Represents a supplier of int-valued results.

IIntToDoubleFunction

Represents a function that accepts an int-valued argument and produces a double-valued result.

IIntToLongFunction

Represents a function that accepts an int-valued argument and produces a long-valued result.

IIntUnaryOperator

Represents an operation on a single int-valued operand that produces an int-valued result.

ILongBinaryOperator

Represents an operation upon two long-valued operands and producing a long-valued result.

ILongConsumer

Represents an operation that accepts a single long-valued argument and returns no result.

ILongFunction

Represents a function that accepts a long-valued argument and produces a result.

ILongPredicate

Represents a predicate (boolean-valued function) of one long-valued argument.

ILongSupplier

Represents a supplier of long-valued results.

ILongToDoubleFunction

Represents a function that accepts a long-valued argument and produces a double-valued result.

ILongToIntFunction

Represents a function that accepts a long-valued argument and produces an int-valued result.

ILongUnaryOperator

Represents an operation on a single long-valued operand that produces a long-valued result.

IObjDoubleConsumer

Represents an operation that accepts an object-valued and a double-valued argument, and returns no result.

IObjIntConsumer

Represents an operation that accepts an object-valued and a int-valued argument, and returns no result.

IObjLongConsumer

Represents an operation that accepts an object-valued and a long-valued argument, and returns no result.

IPredicate

Represents a predicate (boolean-valued function) of one argument.

ISupplier

Represents a supplier of results.

IToDoubleBiFunction

Represents a function that accepts two arguments and produces a double-valued result.

IToDoubleFunction

Represents a function that produces a double-valued result.

IToIntBiFunction

Represents a function that accepts two arguments and produces an int-valued result.

IToIntFunction

Represents a function that produces an int-valued result.

IToLongBiFunction

Represents a function that accepts two arguments and produces a long-valued result.

IToLongFunction

Represents a function that produces a long-valued result.

IUnaryOperator

Represents an operation on a single operand that produces a result of the same type as its operand.