Please enable JavaScript.
Coggle requires JavaScript to display documents.
Java 8 (Functional Interfaces (1.Predicate (test() (check an condition+…
Java 8
-
Optional
-
-
-
filter(Predicate)
if value matches the Predicate, return the Optional, otherwise return an empty Optional
-