Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Java.util.function Classes and Interfaces - 43 results found.
NameDescriptionTypePackageFramework
BiConsumerRepresents an operation that accepts two input arguments and returns no result.Interfacejava.util.functionJava SE
BiFunctionRepresents a function that accepts two arguments and produces a result.Interfacejava.util.functionJava SE
BinaryOperatorRepresents an operation upon two operands of the same type, producing a result of the same type as the operands.Interfacejava.util.functionJava SE
BiPredicateRepresents a predicate (boolean-valued function) of two arguments.Interfacejava.util.functionJava SE
BooleanSupplierRepresents a supplier of boolean-valued results.Interfacejava.util.functionJava SE
ConsumerRepresents an operation that accepts a single input argument and returns no result.Interfacejava.util.functionJava SE
DoubleBinaryOperatorRepresents an operation upon two double-valued operands and producing a double-valued result.Interfacejava.util.functionJava SE
DoubleConsumerRepresents an operation that accepts a single double-valued argument and returns no result.Interfacejava.util.functionJava SE
DoubleFunctionRepresents a function that accepts a double-valued argument and produces a result.Interfacejava.util.functionJava SE
DoublePredicateRepresents a predicate (boolean-valued function) of one double-valued argument.Interfacejava.util.functionJava SE
DoubleSupplierRepresents a supplier of double-valued results.Interfacejava.util.functionJava SE
DoubleToIntFunctionRepresents a function that accepts a double-valued argument and produces an int-valued result.Interfacejava.util.functionJava SE
DoubleToLongFunctionRepresents a function that accepts a double-valued argument and produces a long-valued result.Interfacejava.util.functionJava SE
DoubleUnaryOperatorRepresents an operation on a single double-valued operand that produces a double-valued result.Interfacejava.util.functionJava SE
FunctionRepresents a function that accepts one argument and produces a result.Interfacejava.util.functionJava SE
IntBinaryOperatorRepresents an operation upon two int-valued operands and producing an int-valued result.Interfacejava.util.functionJava SE
IntConsumerRepresents an operation that accepts a single int-valued argument and returns no result.Interfacejava.util.functionJava SE
IntFunctionRepresents a function that accepts an int-valued argument and produces a result.Interfacejava.util.functionJava SE
IntPredicateRepresents a predicate (boolean-valued function) of one int-valued argument.Interfacejava.util.functionJava SE
IntSupplierRepresents a supplier of int-valued results.Interfacejava.util.functionJava SE
IntToDoubleFunctionRepresents a function that accepts an int-valued argument and produces a double-valued result.Interfacejava.util.functionJava SE
IntToLongFunctionRepresents a function that accepts an int-valued argument and produces a long-valued result.Interfacejava.util.functionJava SE
IntUnaryOperatorRepresents an operation on a single int-valued operand that produces an int-valued result.Interfacejava.util.functionJava SE
LongBinaryOperatorRepresents an operation upon two long-valued operands and producing a long-valued result.Interfacejava.util.functionJava SE
LongConsumerRepresents an operation that accepts a single long-valued argument and returns no result.Interfacejava.util.functionJava SE
LongFunctionRepresents a function that accepts a long-valued argument and produces a result.Interfacejava.util.functionJava SE
LongPredicateRepresents a predicate (boolean-valued function) of one long-valued argument.Interfacejava.util.functionJava SE
LongSupplierRepresents a supplier of long-valued results.Interfacejava.util.functionJava SE
LongToDoubleFunctionRepresents a function that accepts a long-valued argument and produces a double-valued result.Interfacejava.util.functionJava SE
LongToIntFunctionRepresents a function that accepts a long-valued argument and produces an int-valued result.Interfacejava.util.functionJava SE
LongUnaryOperatorRepresents an operation on a single long-valued operand that produces a long-valued result.Interfacejava.util.functionJava SE
ObjDoubleConsumerRepresents an operation that accepts an object-valued and a double-valued argument, and returns no result.Interfacejava.util.functionJava SE
ObjIntConsumerRepresents an operation that accepts an object-valued and a int-valued argument, and returns no result.Interfacejava.util.functionJava SE
ObjLongConsumerRepresents an operation that accepts an object-valued and a long-valued argument, and returns no result.Interfacejava.util.functionJava SE
PredicateRepresents a predicate (boolean-valued function) of one argument.Interfacejava.util.functionJava SE
SupplierRepresents a supplier of results.Interfacejava.util.functionJava SE
ToDoubleBiFunctionRepresents a function that accepts two arguments and produces a double-valued result.Interfacejava.util.functionJava SE
ToDoubleFunctionRepresents a function that produces a double-valued result.Interfacejava.util.functionJava SE
ToIntBiFunctionRepresents a function that accepts two arguments and produces an int-valued result.Interfacejava.util.functionJava SE
ToIntFunctionRepresents a function that produces an int-valued result.Interfacejava.util.functionJava SE
ToLongBiFunctionRepresents a function that accepts two arguments and produces a long-valued result.Interfacejava.util.functionJava SE
ToLongFunctionRepresents a function that produces a long-valued result.Interfacejava.util.functionJava SE
UnaryOperatorRepresents an operation on a single operand that produces a result of the same type as its operand.Interfacejava.util.functionJava SE