Class AssertHigher
- java.lang.Object
-
- io.inugami.api.exceptions.asserts.AssertHigher
-
public final class AssertHigher extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static AssertHigherINSTANCE
-
Constructor Summary
Constructors Constructor Description AssertHigher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassertHigher(double ref, double value)voidassertHigher(float ref, float value)voidassertHigher(int ref, int value)voidassertHigher(long ref, long value)voidassertHigher(ErrorCode errorCode, double ref, double value)voidassertHigher(ErrorCode errorCode, float ref, float value)voidassertHigher(ErrorCode errorCode, int ref, int value)voidassertHigher(ErrorCode errorCode, long ref, long value)voidassertHigher(ErrorCode errorCode, Double ref, Double value)voidassertHigher(ErrorCode errorCode, Integer ref, Integer value)voidassertHigher(ErrorCode errorCode, Long ref, Long value)voidassertHigher(ErrorCode errorCode, BigDecimal ref, BigDecimal value)voidassertHigher(Double ref, Double value)voidassertHigher(Integer ref, Integer value)voidassertHigher(Long ref, Long value)voidassertHigher(String message, double ref, double value)voidassertHigher(String message, float ref, float value)voidassertHigher(String message, int ref, int value)voidassertHigher(String message, long ref, long value)voidassertHigher(String message, Double ref, Double value)voidassertHigher(String message, Integer ref, Integer value)voidassertHigher(String message, Long ref, Long value)voidassertHigher(String message, BigDecimal ref, BigDecimal value)voidassertHigher(BigDecimal ref, BigDecimal value)voidassertHigher(Supplier<String> messageProducer, double ref, double value)voidassertHigher(Supplier<String> messageProducer, float ref, float value)voidassertHigher(Supplier<String> messageProducer, int ref, int value)voidassertHigher(Supplier<String> messageProducer, long ref, long value)voidassertHigher(Supplier<String> messageProducer, Double ref, Double value)voidassertHigher(Supplier<String> messageProducer, Integer ref, Integer value)voidassertHigher(Supplier<String> messageProducer, Long ref, Long value)voidassertHigher(Supplier<String> messageProducer, BigDecimal ref, BigDecimal value)
-
-
-
Field Detail
-
INSTANCE
public static final AssertHigher INSTANCE
-
-
Method Detail
-
assertHigher
public void assertHigher(int ref, int value)
-
assertHigher
public void assertHigher(String message, int ref, int value)
-
assertHigher
public void assertHigher(ErrorCode errorCode, int ref, int value)
-
assertHigher
public void assertHigher(long ref, long value)
-
assertHigher
public void assertHigher(String message, long ref, long value)
-
assertHigher
public void assertHigher(ErrorCode errorCode, long ref, long value)
-
assertHigher
public void assertHigher(float ref, float value)
-
assertHigher
public void assertHigher(String message, float ref, float value)
-
assertHigher
public void assertHigher(ErrorCode errorCode, float ref, float value)
-
assertHigher
public void assertHigher(double ref, double value)
-
assertHigher
public void assertHigher(String message, double ref, double value)
-
assertHigher
public void assertHigher(ErrorCode errorCode, double ref, double value)
-
assertHigher
public void assertHigher(Supplier<String> messageProducer, Integer ref, Integer value)
-
assertHigher
public void assertHigher(BigDecimal ref, BigDecimal value)
-
assertHigher
public void assertHigher(String message, BigDecimal ref, BigDecimal value)
-
assertHigher
public void assertHigher(Supplier<String> messageProducer, BigDecimal ref, BigDecimal value)
-
assertHigher
public void assertHigher(ErrorCode errorCode, BigDecimal ref, BigDecimal value)
-
-