IMapMonoid<K, V> class
Constructors
-
IMapMonoid(Semigroup<
V> _vSemigroup, Order<K> _kOrder)
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
-
append(
IMap< K, V> m1, IMap<K, V> m2) → IMap<K, V> -
override
-
appendC(
IMap< K, V> a1) → Endo<IMap< K, V> > -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
zero(
) → IMap< K, V> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited