Uses of Class
com.mojang.datafixers.FunctionType.Mu
Packages that use FunctionType.Mu
Package
Description
-
Uses of FunctionType.Mu in com.mojang.datafixers
Subinterfaces with type arguments of type FunctionType.Mu in com.mojang.datafixersClasses in com.mojang.datafixers that implement interfaces with type arguments of type FunctionType.MuModifier and TypeClassDescriptionstatic enumstatic enumstatic enumstatic enumstatic enumMethods in com.mojang.datafixers that return types with arguments of type FunctionType.MuModifier and TypeMethodDescriptionprivate <A,B, C> App2 <FunctionType.Mu, A, B> FunctionType.Instance.cap(Procompose<FunctionType.Mu, FunctionType.Mu, A, B, C> cmp) <A,B, C, D> FunctionType <App2<FunctionType.Mu, A, B>, App2<FunctionType.Mu, C, D>> <A,B, C, D> FunctionType <App2<FunctionType.Mu, A, B>, App2<FunctionType.Mu, C, D>> FunctionType.Instance.empty()<A,B, C> App2 <FunctionType.Mu, Pair<A, C>, Pair<B, C>> FunctionType.Instance.first(App2<FunctionType.Mu, A, B> input) <A,B, C> App2 <FunctionType.Mu, Either<A, C>, Either<B, C>> FunctionType.Instance.left(App2<FunctionType.Mu, A, B> input) <A, B, F extends K1>
App2<FunctionType.Mu, App<F, A>, App<F, B>> FunctionType.Instance.mapping(Functor<F, ?> functor, App2<FunctionType.Mu, A, B> input) <A,B, C, D> App2 <FunctionType.Mu, Pair<A, C>, Pair<B, D>> FunctionType.Instance.par(App2<FunctionType.Mu, A, B> first, Supplier<App2<FunctionType.Mu, C, D>> second) <A,B> App2 <FunctionType.Mu, A, B> FunctionType.Instance.plus(App2<Procompose.Mu<FunctionType.Mu, FunctionType.Mu>, A, B> input) <A,B, C> App2 <FunctionType.Mu, Either<C, A>, Either<C, B>> FunctionType.Instance.right(App2<FunctionType.Mu, A, B> input) <A,B, C> App2 <FunctionType.Mu, Pair<C, A>, Pair<C, B>> FunctionType.Instance.second(App2<FunctionType.Mu, A, B> input) <S,T, A, B> App2 <FunctionType.Mu, S, T> FunctionType.Instance.wander(Wander<S, T, A, B> wander, App2<FunctionType.Mu, A, B> input) <A,B> App2 <FunctionType.Mu, A, B> FunctionType.Instance.zero(App2<FunctionType.Mu, A, B> func) Method parameters in com.mojang.datafixers with type arguments of type FunctionType.MuModifier and TypeMethodDescriptionprivate <A,B, C> App2 <FunctionType.Mu, A, B> FunctionType.Instance.cap(Procompose<FunctionType.Mu, FunctionType.Mu, A, B, C> cmp) private <A,B, C> App2 <FunctionType.Mu, A, B> FunctionType.Instance.cap(Procompose<FunctionType.Mu, FunctionType.Mu, A, B, C> cmp) <A,B, C> App2 <FunctionType.Mu, Pair<A, C>, Pair<B, C>> FunctionType.Instance.first(App2<FunctionType.Mu, A, B> input) <A,B, C> App2 <FunctionType.Mu, Either<A, C>, Either<B, C>> FunctionType.Instance.left(App2<FunctionType.Mu, A, B> input) <A, B, F extends K1>
App2<FunctionType.Mu, App<F, A>, App<F, B>> FunctionType.Instance.mapping(Functor<F, ?> functor, App2<FunctionType.Mu, A, B> input) <A,B, C, D> App2 <FunctionType.Mu, Pair<A, C>, Pair<B, D>> FunctionType.Instance.par(App2<FunctionType.Mu, A, B> first, Supplier<App2<FunctionType.Mu, C, D>> second) <A,B, C, D> App2 <FunctionType.Mu, Pair<A, C>, Pair<B, D>> FunctionType.Instance.par(App2<FunctionType.Mu, A, B> first, Supplier<App2<FunctionType.Mu, C, D>> second) <A,B> App2 <FunctionType.Mu, A, B> FunctionType.Instance.plus(App2<Procompose.Mu<FunctionType.Mu, FunctionType.Mu>, A, B> input) <A,B> App2 <FunctionType.Mu, A, B> FunctionType.Instance.plus(App2<Procompose.Mu<FunctionType.Mu, FunctionType.Mu>, A, B> input) <A,B, C> App2 <FunctionType.Mu, Either<C, A>, Either<C, B>> FunctionType.Instance.right(App2<FunctionType.Mu, A, B> input) <A,B, C> App2 <FunctionType.Mu, Pair<C, A>, Pair<C, B>> FunctionType.Instance.second(App2<FunctionType.Mu, A, B> input) static <A,B> Function <A, B> FunctionType.unbox(App2<FunctionType.Mu, A, B> box) <S,T, A, B> App2 <FunctionType.Mu, S, T> FunctionType.Instance.wander(Wander<S, T, A, B> wander, App2<FunctionType.Mu, A, B> input) <A,B> App2 <FunctionType.Mu, A, B> FunctionType.Instance.zero(App2<FunctionType.Mu, A, B> func) -
Uses of FunctionType.Mu in com.mojang.datafixers.optics
Method parameters in com.mojang.datafixers.optics with type arguments of type FunctionType.MuModifier and TypeMethodDescriptionstatic <A,B> Function <A, B> Optics.getFunc(App2<FunctionType.Mu, A, B> box) -
Uses of FunctionType.Mu in com.mojang.datafixers.optics.profunctors
Method parameters in com.mojang.datafixers.optics.profunctors with type arguments of type FunctionType.Mu