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
Monoidinstance formed under mutative concatenation for an arbitraryCollection.AMonoidinstance formed byBoolean.The monoid formed under monadic endomorphism.AMonoidinstance formed byStringthat concats two strings together.AMonoidinstance 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.AMonoidinstance formed by mergingHMapsusing the chosenTypeSafeKey->Semigroupmappings, defaulting toLastin case noSemigrouphas been chosen for a givenTypeSafeKey.AMonoidinstance formed byBoolean.Logical exclusive-or.