Predicate: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://docs.oracle.com/javase/10/docs/api/java/util/function/Predicate.html =Internal= * Java 8 Lambda Expressions =...")
 
Line 14: Line 14:
</syntaxhighlight>
</syntaxhighlight>


=Composition=
=Composition Methods=

Revision as of 19:03, 26 March 2018

External

Internal

Overview

A predicate is a function that evaluates an argument and returns a boolean.

Composition Methods