Uses of Interface
fj.Monoid.AltDefinition
-
Packages that use Monoid.AltDefinition Package Description fj Types that set the premise for the existence of Functional Java. -
-
Uses of Monoid.AltDefinition in fj
Methods in fj with parameters of type Monoid.AltDefinition Modifier and Type Method Description static <A> Monoid<A>
Monoid. monoidDef(Monoid.AltDefinition<A> def)
Constructs a monoid from the given definition, which must follow the monoidal laws.
-