package mightypork.utils.math.constraints.num; /** * Numeric constraint * * @author MightyPork */ public interface NumBound { /** * @return current value */ Num getNum(); }