Please enable JavaScript.
Coggle requires JavaScript to display documents.
Functional Programming - Coggle Diagram
Functional Programming
Functional Interfaces
Predicate
test()
Example
filter()
Consumer
Example
forEach()
accept()
Function
apply()
Example
map()
Primitive Specializations
IntPredicate
BiPredicate
for boolean
IntToLongFunction
Supplier
BinaryOperator
Concepts
Chaining Comparators
Composing
predicate
and
or
negate
functions
andThen
compose
Execute Around Pattern
BiFunction
Types
Anonymous Class
Lambda Expressions
Pass code
Method References