| Modifier and Type | Method and Description |
|---|---|
static <T> void |
Validate.isNotNull(T data,
String name)
Asserts that the argument is not null.
|
static void |
Validate.isNotNullOrWhitespace(String x,
String name)
Asserts that the String is not null or purely whitespace.
|
Copyright © 2016. All rights reserved.