Top Categories

17.14 Java 8 Stream Api Features part 12 Function BinaryOperator BiFunction Interface
  • Category:
  • Sub Category:
  • Simple
  • Function (Literature Subject)
  • Application Programming Interface (Literature Subject)
  • Java (Programming Language)
  • how
  • to
  • stream
  • course
  • certification
  • learn
No Views

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. 

Comments

You Might Be Interested In