public abstract class Preconditions extends Object
Preconditions()
static String
length(String message, String i, int length)
notBlank(String i, String message)
static <T> T
notNull(T i, String message)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Preconditions()
public static <T> T notNull(T i, String message)
public static String notBlank(String i, String message)
public static String length(String message, String i, int length)
Copyright © 2009–2016 RedEngine Ltd. All rights reserved.