Class ListBox<T>
java.lang.Object
com.mojang.datafixers.kinds.ListBox<T>
- All Implemented Interfaces:
App<ListBox.Mu, T>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
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)
-
Field Details
-
value
-
-
Constructor Details
-
ListBox
-
-
Method Details
-
unbox
-
create
-
traverse
-
flip
-