public interface IGenericObjectChecker extends IGenericObjectNullCheck, IGenericObjectNotNullCheck, IGenericObjectSameCheck, IGenericObjectNotSameCheck, IGenericObjectEqualsCheck, IGenericObjectNotEqualsCheck
This (or a derivative) should inherit all check methods targeting generic objects.
isGenericObjectNull
isGenericObjectNotNull
isGenericObjectSame
isGenericObjectNotSame
isGenericObjectEquals
isGenericObjectNotEquals
The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.