java.lang.Object
com.mojang.datafixers.optics.profunctors.ProfunctorFunctorWrapper.Instance<P,F,G>
- All Implemented Interfaces:
App<ProfunctorFunctorWrapper.Instance.Mu,
,ProfunctorFunctorWrapper.Mu<P, F, G>> Kind2<ProfunctorFunctorWrapper.Mu<P,
,F, G>, ProfunctorFunctorWrapper.Instance.Mu> Profunctor<ProfunctorFunctorWrapper.Mu<P,
F, G>, ProfunctorFunctorWrapper.Instance.Mu>
public static final class ProfunctorFunctorWrapper.Instance<P extends K2,F extends K1,G extends K1>
extends Object
implements Profunctor<ProfunctorFunctorWrapper.Mu<P,F,G>,ProfunctorFunctorWrapper.Instance.Mu>, App<ProfunctorFunctorWrapper.Instance.Mu,ProfunctorFunctorWrapper.Mu<P,F,G>>
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<A,
B, C, D> FunctionType<App2<ProfunctorFunctorWrapper.Mu<P, F, G>, A, B>, App2<ProfunctorFunctorWrapper.Mu<P, F, G>, C, D>> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.mojang.datafixers.optics.profunctors.Profunctor
dimap, dimap, lmap, rmap
-
Constructor Details
-
Instance
-
-
Method Details
-
dimap
public <A,B, FunctionType<App2<ProfunctorFunctorWrapper.Mu<P,C, D> F, dimapG>, A, B>, App2<ProfunctorFunctorWrapper.Mu<P, F, G>, C, D>> (Function<C, A> g, Function<B, D> h)
-