implements App2<Procompose$Mu<F, G>, A, B>
| com.mojang.datafixers.optics.Procompose |
Field summary
| Modifier and Type | Field | ||
|---|---|---|---|
| private final Supplier<App2<F, A, C>> |
| ||
| private final App2<G, C, B> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (Supplier<App2<F, A, C>> arg0, App2<G, C, B> arg1) |
Method summary
| Modifier and Type | Method | ||
|---|---|---|---|
| public static <F extends K2, G extends K2, A, B> Procompose<F, G, A, B, ?> |
| ||
| public Supplier<App2<F, A, C>> |
| ||
| public App2<G, C, B> |
|