public class Args extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T | notNull(T argument,
String name)Check that an argument is not null. |
public static <T> T notNull(T argument,
String name)T - the argument typeargument - the argument to checkname - the argument name