public interface IGenericsChecker extends IGenericObjectChecker, IGenericArrayChecker, IGenericListChecker, IGenericCollectionChecker
This (or a derivative) should inherit all check methods targeting generics.
isGenericObjectNull
isGenericObjectNotNull
isGenericObjectSame
isGenericObjectNotSame
isGenericObjectEquals
isGenericObjectNotEquals
isGenericArrayEquals
isGenericArrayNotEquals
isGenericListEquals
isGenericListNotEquals
isGenericCollectionEquals
isGenericCollectionNotEquals
The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.