Package com.mojang.datafixers.kinds
Class ListBox<T>
java.lang.Object
com.mojang.datafixers.kinds.ListBox<T>
- All Implemented Interfaces:
App<ListBox.Mu,
T>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ListBox<T>
flip
(Applicative<F, ?> applicative, List<App<F, A>> input) traverse
(Applicative<F, ?> applicative, Function<A, App<F, B>> function, List<A> input) static <T> List<T>
unbox
(App<ListBox.Mu, T> box)
-
Method Details
-
unbox
-
create
-
traverse
-
flip
-