Class AssertModel
- java.lang.Object
-
- io.inugami.api.exceptions.asserts.AssertModel
-
public final class AssertModel extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static AssertModelINSTANCE
-
Constructor Summary
Constructors Constructor Description AssertModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassertModel(VoidFunctionWithException... assertions)voidassertModel(List<VoidFunctionWithException> assertions)List<ErrorCode>checkModel(VoidFunctionWithException... assertions)List<ErrorCode>checkModel(List<VoidFunctionWithException> assertions)
-
-
-
Field Detail
-
INSTANCE
public static final AssertModel INSTANCE
-
-
Method Detail
-
checkModel
public List<ErrorCode> checkModel(VoidFunctionWithException... assertions)
-
checkModel
public List<ErrorCode> checkModel(List<VoidFunctionWithException> assertions)
-
assertModel
public void assertModel(VoidFunctionWithException... assertions)
-
assertModel
public void assertModel(List<VoidFunctionWithException> assertions)
-
-