@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
IllegalArgumentException
public static void isTrue(String name, boolean check) throws IllegalArgumentException
IllegalArgumentException
public static void isTrueArgument(String name, boolean check)