public class NumberValidations extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
isBetween(T min,
T max) |
static <T extends Number> |
isByte() |
static <T extends Number> |
isGreaterThan(T compareTo) |
static <T extends Number> |
isInt() |
static <T extends Number> |
isLessThan(T compareTo) |
static <T extends Number> |
isShort() |
public static <T extends Number> Validation<T> isLessThan(T compareTo)
public static <T extends Number> Validation<T> isGreaterThan(T compareTo)
public static <T extends Number> Validation<T> isBetween(T min, T max)
public static <T extends Number> Validation<T> isInt()
public static <T extends Number> Validation<T> isByte()
public static <T extends Number> Validation<T> isShort()
Copyright © 2018. All rights reserved.