Predicate0 typedef

Predicate0 = bool Function()

Function type for generic predicate functions. Function predicate with 0 arguments.

Implementation

/// Function predicate with 0 arguments.
typedef Predicate0 = bool Function();