Package com.jnape.palatable.lambda.functions.specialized
package com.jnape.palatable.lambda.functions.specialized
-
InterfacesClassDescriptionBiMonoidFactory<A,
B, C> BiPredicate<A,B> BiSemigroupFactory<A,B, C> MonoidFactory<A,B> Predicate<A>A specializedFn1
that returns aBoolean
.Generalized, portableApplicative.pure(Object)
, with a loosenedFunctor
constraint.SemigroupFactory<A,B> An interface used to represent an effect that requires no input and produces no output, and therefore is only perceivable through inspection of some unreported state.