public class Preconditions extends Object
| Constructor and Description |
|---|
Preconditions() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
notNull(T object) |
static <T> T |
notNull(T object,
String name) |
public static <T> T notNull(T object)
public static <T> T notNull(T object,
String name)
Copyright © 2014. All rights reserved.