public class Requires extends Object
| Constructor and Description |
|---|
Requires() |
| Modifier and Type | Method and Description |
|---|---|
static void |
requires(Boolean condition,
String errorMessage) |
static <T> T |
requiresNotNull(T value,
String errorMessage) |
Copyright © 2016. All rights reserved.