History - com.mojang.datafixers.View
1.14
Names
com.mojang.datafixers.View
Fields
Type<A>: type
Type<B>: newType
PointFree<Function<A, B>>: function
Constructors
(Type<A>, Type<B>, PointFree<Function<A, B>>)
Methods
<A, B> View<A, B> (App2<View$Mu, A, B>): unbox
<A> View<A, A> (Type<A>): nopView
Type<A> (): type
Type<B> (): newType
PointFree<Function<A, B>> (): function
Type<Function<A, B>> (): getFuncType
Optional<? extends View<A, B>> (PointFreeRule): rewrite
View<A, B> (PointFreeRule): rewriteOrNop
<C> View<A, C> (Function<Type<B>, View<B, C>>): flatMap
<A, B> View<A, B> (Type<A>, Type<B>, PointFree<Function<A, B>>): create
<A, B> View<A, B> (String, Type<A>, Type<B>, Function<DynamicOps<?>, Function<A, B>>): create