Top Categories
17.14 Java 8 Stream Api Features part 12 Function BinaryOperator BiFunction Interface
- Category:
- Sub Category:
BiFunction is a functional interface which can be used as the assignment target for a lambda expression or method reference. It represent an operation upon two operands of the same type, producing a result of the same type as the operands.