Java 8 - Two Argument(Bi) Functional Interfaces

Two Argument(Bi) Functional Interfaces - BiPredicate, BiFunction and BiConsumer

* Predicate, Function and Consumer can access only one input values.
* BiPredicate can access two input values.
* BiFunction can access two input values.
* BiConsumer can access two input values.

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

GitLab