@Deprecated public class Assertions extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
isTrue(String name,
boolean check)
Deprecated.
|
static void |
isTrueArgument(String name,
boolean check)
Deprecated.
|
static <T> T |
notNull(String name,
T notNull)
Deprecated.
|
public static <T> T notNull(String name, T notNull) throws IllegalArgumentException
IllegalArgumentExceptionpublic static void isTrue(String name, boolean check) throws IllegalArgumentException
IllegalArgumentExceptionpublic static void isTrueArgument(String name, boolean check)