Type Alias Predicate<TValue>

Predicate: Function<TValue, boolean>

A predicate is a boolean function, used as point on a Dimension used to evaluate source data for a specific condition.

Type Parameters

  • TValue

    The type of the source data that the predicate was created for.