Uses of Interface
com.mojang.datafixers.optics.ReForgetP
Packages that use ReForgetP
-
Uses of ReForgetP in com.mojang.datafixers.optics
Methods in com.mojang.datafixers.optics that return ReForgetPModifier and TypeMethodDescriptionstatic <R,A, B> ReForgetP <R, A, B> Optics.reForgetP(String name, BiFunction<A, R, B> function) static <R,A, B> ReForgetP <R, A, B> ReForgetP.unbox(App2<ReForgetP.Mu<R>, A, B> box)