com.mojang.datafixers.optics.profunctors

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

extends Profunctor<P, Mu>

com.mojang.datafixers.optics.profunctors.Cocartesian

Method summary

Modifier and TypeMethod
static <P extends K2, Proof extends Cocartesian$Mu> Cocartesian<P, Proof>
unbox(App<Proof, P> arg0)
<A, B, C> App2<P, Either<A, C>, Either<B, C>>
left(App2<P, A, B> arg0)
default <A, B, C> App2<P, Either<C, A>, Either<C, B>>
right(App2<P, A, B> arg0)
default FunctorProfunctor<CocartesianLike$Mu, P, FunctorProfunctor$Mu<CocartesianLike$Mu>>
toFP()