@Deprecated public class Assertions extends Object
public static <T> T notNull(String name, T notNull) throws IllegalArgumentException
IllegalArgumentException
public static void isTrue(String name, boolean check) throws IllegalArgumentException
IllegalArgumentException
public static void isTrueArgument(String name, boolean check)