| com.mojang.datafixers.functions.Functions |
Field summary
| Modifier and Type | Field | ||
|---|---|---|---|
| private static final Id<?> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | () |
Method summary
| Modifier and Type | Method | ||
|---|---|---|---|
| public static <A, B, C> PointFree<Function<A, C>> |
| ||
| public static <A, B> PointFree<Function<A, B>> |
| ||
| public static <A, B> PointFree<B> |
| ||
| public static <S, T, A, B> PointFree<Function<Function<A, B>, Function<S, T>>> |
| ||
| public static <A> Bang<A> |
| ||
| public static <A> PointFree<Function<A, A>> |
| ||
| public static <A> PointFree<Function<A, A>> |
| ||
| public static <A, B> PointFree<Function<A, B>> |
| ||
| public static <A> PointFree<Function<A, A>> |
|