Uses of Interface
com.mojang.datafixers.FunctionType
Packages that use FunctionType
Package
Description
-
Uses of FunctionType in com.mojang.datafixers
Methods in com.mojang.datafixers that return FunctionTypeModifier and TypeMethodDescriptionstatic <A,B> FunctionType <A, B> <A,B, C, D> FunctionType <App2<FunctionType.Mu, A, B>, App2<FunctionType.Mu, C, D>> -
Uses of FunctionType in com.mojang.datafixers.optics
Methods in com.mojang.datafixers.optics that return FunctionTypeModifier and TypeMethodDescription<A,B, C, D> FunctionType <App2<Adapter.Mu<A2, B2>, A, B>, App2<Adapter.Mu<A2, B2>, C, D>> <A,B, C, D> FunctionType <App2<ForgetE.Mu<R>, A, B>, App2<ForgetE.Mu<R>, C, D>> <A,B, C, D> FunctionType <App2<ForgetOpt.Mu<R>, A, B>, App2<ForgetOpt.Mu<R>, C, D>> <A,B, C, D> FunctionType <App2<Procompose.Mu<F, G>, A, B>, App2<Procompose.Mu<F, G>, C, D>> <A,B, C, D> FunctionType <App2<ReForget.Mu<R>, A, B>, App2<ReForget.Mu<R>, C, D>> <A,B, C, D> FunctionType <App2<ReForgetC.Mu<R>, A, B>, App2<ReForgetC.Mu<R>, C, D>> <A,B, C, D> FunctionType <App2<ReForgetE.Mu<R>, A, B>, App2<ReForgetE.Mu<R>, C, D>> <A,B, C, D> FunctionType <App2<ReForgetEP.Mu<R>, A, B>, App2<ReForgetEP.Mu<R>, C, D>> <A,B, C, D> FunctionType <App2<ReForgetP.Mu<R>, A, B>, App2<ReForgetP.Mu<R>, C, D>> <A,B, C, D> FunctionType <App2<Traversal.Mu<A2, B2>, A, B>, App2<Traversal.Mu<A2, B2>, C, D>> Adapter.eval(App<? extends Profunctor.Mu, P> proofBox) Affine.eval(App<? extends AffineP.Mu, P> proof) Getter.eval(App<? extends GetterP.Mu, P> proof) Lens.eval(App<? extends Cartesian.Mu, P> proofBox) Prism.eval(App<? extends Cocartesian.Mu, P> proof) Traversal.eval(App<? extends TraversalP.Mu, P> proof) ListTraversal.wander(Applicative<F, ?> applicative, FunctionType<A, App<F, B>> input) <F extends K1>
FunctionType<S, App<F, T>> Wander.wander(Applicative<F, ?> applicative, FunctionType<A, App<F, B>> input) Methods in com.mojang.datafixers.optics that return types with arguments of type FunctionTypeModifier and TypeMethodDescription<A,B, X> App2 <Grate.Mu<A2, B2>, FunctionType<X, A>, FunctionType<X, B>> <A,B, X> App2 <Grate.Mu<A2, B2>, FunctionType<X, A>, FunctionType<X, B>> Methods in com.mojang.datafixers.optics with parameters of type FunctionTypeModifier and TypeMethodDescriptionGrate.grate(FunctionType<FunctionType<S, A>, B> f) static <S,T, A, B> Grate <S, T, A, B> Optics.grate(FunctionType<FunctionType<FunctionType<S, A>, B>, T> grate) ListTraversal.wander(Applicative<F, ?> applicative, FunctionType<A, App<F, B>> input) <F extends K1>
FunctionType<S, App<F, T>> Wander.wander(Applicative<F, ?> applicative, FunctionType<A, App<F, B>> input) Method parameters in com.mojang.datafixers.optics with type arguments of type FunctionTypeModifier and TypeMethodDescriptionGrate.grate(FunctionType<FunctionType<S, A>, B> f) static <S,T, A, B> Grate <S, T, A, B> Optics.grate(FunctionType<FunctionType<FunctionType<S, A>, B>, T> grate) static <S,T, A, B> Grate <S, T, A, B> Optics.grate(FunctionType<FunctionType<FunctionType<S, A>, B>, T> grate) -
Uses of FunctionType in com.mojang.datafixers.optics.profunctors
Methods in com.mojang.datafixers.optics.profunctors that return FunctionTypeModifier and TypeMethodDescription<A,B, C, D> FunctionType <App2<P, A, B>, App2<P, C, D>> <A,B, C, D> FunctionType <App2<ProfunctorFunctorWrapper.Mu<P, F, G>, A, B>, App2<ProfunctorFunctorWrapper.Mu<P, F, G>, C, D>> Methods in com.mojang.datafixers.optics.profunctors that return types with arguments of type FunctionTypeModifier and TypeMethodDescription<A,B, X> App2 <P, FunctionType<X, A>, FunctionType<X, B>> <A,B, X> App2 <P, FunctionType<X, A>, FunctionType<X, B>> -
Uses of FunctionType in com.mojang.datafixers.types.templates
Methods in com.mojang.datafixers.types.templates that return FunctionTypeModifier and TypeMethodDescriptionFunctionType<Pair<K, ?>, Pair<K, ?>> TaggedChoice.TaggedChoiceType.RewriteFunc.apply(DynamicOps<?> ops)