public class CoreNumberValidations extends Object
| Constructor and Description |
|---|
CoreNumberValidations() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
isByte(ErrorDescription errorDescription) |
<T extends Number> |
isInt(ErrorDescription errorDescription) |
<T extends Number> |
isShort(ErrorDescription errorDescription) |
public <T extends Number> Validation<T> isInt(ErrorDescription errorDescription)
public <T extends Number> Validation<T> isByte(ErrorDescription errorDescription)
public <T extends Number> Validation<T> isShort(ErrorDescription errorDescription)
Copyright © 2018. All rights reserved.