Uses of Interface
eu.bandm.tools.ops.Monoid
Packages that use Monoid
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of Monoid in eu.bandm.tools.ops
Subinterfaces of Monoid in eu.bandm.tools.opsModifier and TypeInterfaceDescriptioninterfaceGenMonoid<A,M> Monoid generated by a given set.interfaceMonoidAction<M,S> Models the "operation" of a Monoid on some carrier set.Fields in eu.bandm.tools.ops declared as MonoidMethods in eu.bandm.tools.ops that return MonoidModifier and TypeMethodDescriptionMonoids.conjunctive()static <A> Monoid<A> Monoids.discrete()Monoids.disjunctive()Monoids.intBitwiseAnd()Monoids.intBitwiseOr()Monoids.intBitwiseXor()Monoids.intProduct()Monoids.intSum()Constructors in eu.bandm.tools.ops with parameters of type Monoid