ComparableValue

Union type for an Expression that resolves to a value that can be ordered with other values of its type. See gt, lt, gte, and lte.

Parameters

T

the type of the value that can be compared against for ordering.

Inheritors