v0
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.hypixel.fastutil.doubles;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface Double2FloatOperator {
|
||||
float apply(double var1, float var3);
|
||||
}
|
||||
Reference in New Issue
Block a user