Interface Codec.ResultFunction<A>
public static interface Codec.ResultFunction<A>
-
Method Summary
Modifier and TypeMethodDescription<T> DataResult<Pair<A, T>> apply(DynamicOps<T> ops, T input, DataResult<Pair<A, T>> a) <T> DataResult<T> coApply(DynamicOps<T> ops, A input, DataResult<T> t)
-
Method Details
-
apply
-
coApply
-