public static class ApplicativeFunctor.ApplyFunctions.SemigroupApplyer<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.function.BiFunction<T,T,T> |
combiner |
protected ConvertableFunctor<T> |
functor |
| Constructor and Description |
|---|
SemigroupApplyer() |
| Modifier and Type | Method and Description |
|---|---|
ApplicativeFunctor.ApplyFunctions.SemigroupApplyer<T> |
ap(ConvertableFunctor<T> fn) |
Value<T> |
convertable() |
protected ConvertableFunctor<T> functor
public ApplicativeFunctor.ApplyFunctions.SemigroupApplyer<T> ap(ConvertableFunctor<T> fn)