ComparableOrder<A extends Comparable> class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setteroverride
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
andThen(Order<A> secondary)
→ Order<A>
-
inherited
-
eq(A a1, A a2)
→ bool
-
inherited
-
gt(A a1, A a2)
→ bool
-
inherited
-
gte(A a1, A a2)
→ bool
-
inherited
-
lt(A a1, A a2)
→ bool
-
inherited
-
lte(A a1, A a2)
→ bool
-
inherited
-
max(A a1, A a2)
→ A
-
inherited
-
maxSi()
→ Semigroup<A>
-
inherited
-
min(A a1, A a2)
→ A
-
inherited
-
minSi()
→ Semigroup<A>
-
inherited
-
neq(A a1, A a2)
→ bool
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
order(A a1, A a2)
→ Ordering
-
override
-
reverse()
→ Order<A>
-
inherited
-
sort(A a1, A a2)
→ Tuple2<A, A>
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited