public interface MonoidProfunctor<P extends K2,Mu extends MonoidProfunctor.Mu> extends Profunctor P
Modifier and Type | Interface and Description |
---|---|
static interface |
MonoidProfunctor.Mu |
Modifier and Type | Method and Description |
---|---|
default <A,B,C> P<A,C> |
compose(P<B,C> first,
by-name P<A,B> second) |
<A,B> P<A,B> |
plus(Procompose<P<A,?C>,P<?C,B>> input) |
<A,B> P<A,B> |
zero((A) -> B func) |