Package com.mojang.datafixers.functions
Class Functions
java.lang.Object
com.mojang.datafixers.functions.Functions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <A,
B> PointFree<B> static <A> com.mojang.datafixers.functions.Bang<A>
fold
(RecursivePoint.RecursivePointType<A> aType, RecursivePoint.RecursivePointType<B> bType, Algebra algebra, int index) in
(RecursivePoint.RecursivePointType<A> type) static boolean
out
(RecursivePoint.RecursivePointType<A> type) profunctorTransformer
(TypedOptic<S, T, A, B> lens)
-
Constructor Details
-
Functions
public Functions()
-
-
Method Details
-
comp
-
fun
-
app
-
profunctorTransformer
public static <S,T, PointFree<Function<Function<A,A, B> B>, profunctorTransformerFunction<S, T>>> (TypedOptic<S, T, A, B> lens) -
bang
-
in
-
out
-
fold
public static <A,B> PointFree<Function<A,B>> fold(RecursivePoint.RecursivePointType<A> aType, RecursivePoint.RecursivePointType<B> bType, Algebra algebra, int index) -
id
-
isId
-