PredicateDelegate

Description

delegate Tinman.Core.Collections.PredicateDelegate<T in>

value : T

The value.

returns → bool

The evaluated boolean predicate.

Evaluates a predicate on the given value.