9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 19:19:07 +00:00

Marker exhaustion & auto-removal in invalid positions

This commit is contained in:
cyberpwn
2021-09-13 16:46:04 -04:00
parent 0b1d59e398
commit d0175f9c39
5 changed files with 48 additions and 5 deletions

View File

@@ -18,6 +18,8 @@
package com.volmit.iris.util.function;
import java.util.concurrent.ExecutionException;
@FunctionalInterface
public interface Consumer4<A, B, C, D> {
void accept(A a, B b, C c, D d);