package com.hypixel.fastutil.doubles; @FunctionalInterface public interface Double2ObjectOperator<V> { V apply(double var1, V var3); }