Bounded<A> class
abstract
Defines a bounded type A
which extends the Ord
type.
A bounded type has an upper and lower limit.
- Inheritance
- Implementers
Constructors
Properties
Methods
-
compare(
A x, A y) → int -
Compares two values and returns an int indicating their order.
inherited
-
equals(
A x, A y) → bool -
Returns true if the two values are equal according to the compare function.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited