G
- a monoidpublic interface Monoid<G>
Modifier and Type | Method and Description |
---|---|
G |
multiply(G that)
× : G × G → G
|
G |
ONE()
The multiplicative element 1 in the group such that for any elements a in the group,
the equation 1 × a = a × 1 = a holds.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.