Package jsinterop.base
Class InternalPreconditions
java.lang.Object
jsinterop.base.InternalPreconditions
A utility class that provides utility functions to do precondition checks following a pattern
similar to
javaemul.internal.InternalPreconditions.-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckCriticalType(boolean expression) static voidcheckType(boolean expression)
-
Method Details
-
checkType
public static void checkType(boolean expression) -
checkCriticalType
public static void checkCriticalType(boolean expression)
-