Order<A> class abstract

Inheritance
Implementers

Constructors

Order()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

andThen(Order<A> secondary) Order<A>
eq(A a1, A a2) bool
override
gt(A a1, A a2) bool
gte(A a1, A a2) bool
lt(A a1, A a2) bool
lte(A a1, A a2) bool
max(A a1, A a2) → A
maxSi() Semigroup<A>
min(A a1, A a2) → A
minSi() Semigroup<A>
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
reverse() Order<A>
sort(A a1, A a2) Tuple2<A, A>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited