Uses of Interface
com.mojang.datafixers.optics.ReForgetC
Packages that use ReForgetC
-
Uses of ReForgetC in com.mojang.datafixers.optics
Methods in com.mojang.datafixers.optics that return ReForgetCModifier and TypeMethodDescriptionstatic <R,A, B> ReForgetC <R, A, B> Optics.reForgetC(String name, Either<Function<R, B>, BiFunction<A, R, B>> either) static <R,A, B> ReForgetC <R, A, B> ReForgetC.unbox(App2<ReForgetC.Mu<R>, A, B> box)