Uses of Class
com.mojang.datafixers.kinds.ListBox.Mu
Packages that use ListBox.Mu
-
Uses of ListBox.Mu in com.mojang.datafixers.kinds
Classes in com.mojang.datafixers.kinds that implement interfaces with type arguments of type ListBox.MuMethods in com.mojang.datafixers.kinds that return types with arguments of type ListBox.MuModifier and TypeMethodDescription<T,R> App <ListBox.Mu, R> ListBox.Instance.map(Function<? super T, ? extends R> func, App<ListBox.Mu, T> ts) <F extends K1, A, B>
App<F, App<ListBox.Mu, B>> ListBox.Instance.traverse(Applicative<F, ?> applicative, Function<A, App<F, B>> function, App<ListBox.Mu, A> input) Method parameters in com.mojang.datafixers.kinds with type arguments of type ListBox.MuModifier and TypeMethodDescription<T,R> App <ListBox.Mu, R> ListBox.Instance.map(Function<? super T, ? extends R> func, App<ListBox.Mu, T> ts) <F extends K1, A, B>
App<F, App<ListBox.Mu, B>> ListBox.Instance.traverse(Applicative<F, ?> applicative, Function<A, App<F, B>> function, App<ListBox.Mu, A> input) static <T> List<T> ListBox.unbox(App<ListBox.Mu, T> box)