public interface Profunctor<P extends K2, Mu extends Profunctor$Mu>
extends Kind2<P, Mu>
| com.mojang.datafixers.optics.profunctors.Profunctor |
Method summary
| Modifier and Type | Method | ||
|---|---|---|---|
| static <P extends K2, Proof extends Profunctor$Mu> Profunctor<P, Proof> |
| ||
| <A, B, C, D> FunctionType<App2<P, A, B>, App2<P, C, D>> |
| ||
| default <A, B, C, D> App2<P, C, D> |
| ||
| default <A, B, C, D> App2<P, C, D> |
| ||
| default <A, B, C> App2<P, C, B> |
| ||
| default <A, B, D> App2<P, A, D> |
|