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