public class ObjectValidations extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> Validation<T> |
notNull()
returns a validation which validates that a value is not null.
|
public static <T> Validation<T> notNull()
T - type of the tested valueCopyright © 2018. All rights reserved.