public interface IObjectIntegerChecker extends IObjectIntegerSameCheck, IObjectIntegerNotSameCheck, IObjectIntegerEqualsCheck, IObjectIntegerNotEqualsCheck, IObjectIntegerNullCheck, IObjectIntegerNotNullCheck, IObjectIntegerDefaultCheck, IObjectIntegerNotDefaultCheck, IObjectIntegerLessCheck, IObjectIntegerLessOrEqualsCheck, IObjectIntegerGreaterCheck, IObjectIntegerGreaterOrEqualsCheck, IObjectIntegerInsideCheck, IObjectIntegerOutsideCheck
This (or a derivative) should inherit all check methods targeting Integer.
isIntegerSame
isIntegerNotSame
isIntegerEquals
isIntegerNotEquals
isIntegerNull
isIntegerNotNull
isIntegerDefault
isIntegerNotDefault
getIntegerDefault, setIntegerDefault
isIntegerLess
isIntegerLessOrEquals
isIntegerGreater
isIntegerGreaterOrEquals
isIntegerInside
isIntegerOutside
The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.