// 
// Decompiled by Procyon v0.6.0
// 

package com.hypixel.fastutil.shorts;

@FunctionalInterface
public interface Short2DoubleOperator
{
    double apply(final short p0, final double p1);
}
