Uses of Package
com.jnape.palatable.lambda.monoid.builtin
Packages that use com.jnape.palatable.lambda.monoid.builtin
-
Classes in com.jnape.palatable.lambda.monoid.builtin used by com.jnape.palatable.lambda.monoid.builtinClassDescriptionThe
Monoid
instance formed under mutative concatenation for an arbitraryCollection
.AMonoid
instance formed byBoolean
.The monoid formed under monadic endomorphism.AMonoid
instance formed byString
that concats two strings together.AMonoid
instance formed byEither.merge(com.jnape.palatable.lambda.functions.Fn2<? super L, ? super L, ? extends L>, com.jnape.palatable.lambda.functions.Fn2<? super R, ? super R, ? extends R>, com.jnape.palatable.lambda.adt.Either<L, R>...)
, a semigroup overL
, and a monoid overR
.AMonoid
instance formed by mergingHMaps
using the chosenTypeSafeKey
->Semigroup
mappings
, defaulting toLast
in case noSemigroup
has been chosen for a givenTypeSafeKey
.AMonoid
instance formed byBoolean
.Logical exclusive-or.