mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-09 17:26:22 +00:00
Cleanup
This commit is contained in:
7
src/main/java/com/volmit/iris/util/Function2.java
Normal file
7
src/main/java/com/volmit/iris/util/Function2.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package com.volmit.iris.util;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface Function2<A, B, R>
|
||||
{
|
||||
public R apply(A a, B b);
|
||||
}
|
||||
Reference in New Issue
Block a user