IsoComparableExtension<T extends IsoStandardized<Object> > extension
Extension that adds additional Comparable functionality to IsoStandardized classes.
- on
-
- Comparable<
T>
- Comparable<
Methods
-
isSameAs(
T? other) → bool -
Available on Comparable<
Returns whether this ISO object's code is equal toT> , provided by the IsoComparableExtension extensionother
's code.
Operators
-
operator <(
T? other) → bool -
Available on Comparable<
Returns whether this ISO object's code is less thanT> , provided by the IsoComparableExtension extensionother
's code. -
operator <=(
T? other) → bool -
Available on Comparable<
Returns whether this ISO object's code is less than or equal toT> , provided by the IsoComparableExtension extensionother
's code. -
operator >(
T? other) → bool -
Available on Comparable<
Returns whether this ISO object's code is greater thanT> , provided by the IsoComparableExtension extensionother
's code. -
operator >=(
T? other) → bool -
Available on Comparable<
Returns whether this ISO object's code is greater than or equal toT> , provided by the IsoComparableExtension extensionother
's code.