History - com.mojang.datafixers.functions.PointFreeRule$CompRewrite
1.15.2
Names
com.mojang.datafixers.functions.PointFreeRule$CompRewrite
Fields
Constructors
Methods
<A> Optional<? extends PointFree<A>> (Type<A>, PointFree<A>): rewrite
<A, B, C, D> PointFree<D> (PointFree<?>, Comp<A, B, C>): buildLeft
<A, B, C, D> PointFree<D> (Comp<A, B, C>, PointFree<?>): buildRight
<A, B, C, D, E> PointFree<E> (Comp<A, B, C>, Comp<?, ?, D>): buildLeftNested
<A, B, C, D, E> PointFree<E> (Comp<A, B, D>, Comp<?, C, ?>): buildRightNested
<A> Optional<? extends PointFree<?>> (Type<A>, Type<?>, PointFree<? extends Function<?, ?>>, PointFree<? extends Function<?, ?>>): doRewrite