com.mojang.datafixers.optics.profunctors

public interface Cartesian<P extends K2, Mu extends Cartesian$Mu>

extends Profunctor<P, Mu>

com.mojang.datafixers.optics.profunctors.Cartesian

Method summary

Modifier and TypeMethod
static <P extends K2, Proof extends Cartesian$Mu> Cartesian<P, Proof>
unbox(App<Proof, P> arg0)
<A, B, C> App2<P, Pair<A, C>, Pair<B, C>>
first(App2<P, A, B> arg0)
default <A, B, C> App2<P, Pair<C, A>, Pair<C, B>>
second(App2<P, A, B> arg0)
default FunctorProfunctor<CartesianLike$Mu, P, FunctorProfunctor$Mu<CartesianLike$Mu>>
toFP2()