Package | Description |
---|---|
eu.bandm.tools.ops |
Modifier and Type | Interface and Description |
---|---|
interface |
GenMonoid<A,M> |
Modifier and Type | Method and Description |
---|---|
static <A,B> B |
Collections.fold(GenSemigroup<? super A,B> grp,
Collection<? extends A> things) |
static <A,M> M |
Iterables.fold(GenSemigroup<? super A,M> semi,
Iterable<? extends A> things) |
static <A,B,C> Map<A,C> |
Iterables.makeIndex(Function<? super B,? extends A> fun,
GenSemigroup<? super B,C> sgrp,
Iterable<? extends B> things) |
see also the complete user documentation .