Package net.pl3x.map.core.util
Class Preconditions
java.lang.Object
net.pl3x.map.core.util.Preconditions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkArgument
(boolean condition, @Nullable Object error) static <T> T
checkNotNull
(@Nullable T value, @Nullable Object error) static void
checkState
(boolean condition, @Nullable Object error)
-
Constructor Details
-
Preconditions
public Preconditions()
-
-
Method Details
-
checkArgument
-
checkNotNull
-
checkState
-