Uses of Interface
eu.bandm.tools.ops.Monoid
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of Monoid in eu.bandm.tools.ops
Modifier and TypeInterfaceDescriptioninterface
GenMonoid<A,
M> Monoid generated by a given set.interface
MonoidAction<M,
S> Models the "operation" of a Monoid on some carrier set.Modifier and TypeMethodDescriptionMonoids.conjunctive()
static <A> Monoid<A>
Monoids.discrete()
Monoids.disjunctive()
Monoids.intBitwiseAnd()
Monoids.intBitwiseOr()
Monoids.intBitwiseXor()
Monoids.intProduct()
Monoids.intSum()