13- The Predicate Interface
2:02
2 Ցուցադրել
1 Գլխամաս
46 դասավորություն
Ցուցադրել
Գլխամաս
-
0:03Գլուխ 1: Another type of functional interface we have in Java is the predicate interface, which is extremely useful. 116s · Speaker 1
Another type of functional interface we have in Java is the predicate interface, which is extremely useful. It has tons of applications in the real world. We use this interface to filter data. I will show you how to do that in the next sect…