@Internal @NonInstantiable public static class Checks.Internal extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
checkNotNull(Object ref) |
static void |
checkNotNull(Object ref,
String message) |
static void |
checkThat(boolean predicate) |
static void |
checkThat(boolean predicate,
String message) |
public static void checkNotNull(Object ref) throws IllegalArgumentException
IllegalArgumentExceptionpublic static void checkNotNull(Object ref, String message) throws IllegalArgumentException
IllegalArgumentExceptionpublic static void checkThat(boolean predicate) throws IllegalArgumentException
IllegalArgumentExceptionpublic static void checkThat(boolean predicate, String message) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2015–2018 RedRoma, Inc.. All rights reserved.