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