BaseSemigroup<T> class abstract

BaseSemigroup is an abstract class that defines a generic type for Semigroups.

Implementers

Constructors

BaseSemigroup.new()

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

concat(T first, T second) → T
Method that must be implemented to combine two elements of the Semigroup.
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