Block Compat

This commit is contained in:
Daniel Mills
2020-08-06 15:58:21 -04:00
parent d5d7e9a952
commit 2a849c417f
24 changed files with 212 additions and 1573 deletions

View File

@@ -1,5 +1,6 @@
package com.volmit.iris.util;
@SuppressWarnings("hiding")
@FunctionalInterface
public interface Function2<A, B, R>
{