Type Alias Dimension<TValue>

Dimension: Predicate<TValue>[]

A dimension is a set of Predicate used to partition data.

Type Parameters

  • TValue

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