Predicate

From NovaOrdis Knowledge Base
Revision as of 19:03, 26 March 2018 by Ovidiu (talk | contribs) (Created page with "=External= * https://docs.oracle.com/javase/10/docs/api/java/util/function/Predicate.html =Internal= * Java 8 Lambda Expressions =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

Overview

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

Composition