Monoid<A> class

Defines a monoid for the Eq type.

Implemented types

Constructors

Monoid()

Properties

empty Eq<A>
Provides an "empty" Eq instance which considers all elements equal.
read-onlyoverride
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

concat(Eq<A> x, Eq<A> y) Eq<A>
Concatenates two Eq instances by delegating to the semigroup's concat method.
override
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