14- Combining Predicates
2:10
2 דוברים
2 פרקים
41 קטעים
דוברים
פרקים
-
0:03
So we talked about composing functions to build more complex and interesting functions We can also combine predicates to build more complex predicates. Let me show you so I'm going to declare two predicates a predicate of a string called ha…
-
1:53פרק 2: Now, what about the negate method? 15s · Speaker 2
Now, what about the negate method? That is pretty straightforward. So we call the negate method and this returns a new predicate that does the opposite of the first predicate. So this is how we can combine predicates.