This commit is contained in:
cyberpwn
2021-09-17 23:49:25 -04:00
parent 901169775d
commit e42515c1ea
15 changed files with 0 additions and 32 deletions

View File

@@ -18,8 +18,6 @@
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);