public interface IGenericObjectNotNullCheck extends ICheck
Modifier and Type | Method and Description |
---|---|
<A> boolean |
isGenericObjectNotNull(Object caller,
A reference)
Checks if the reference is not-null.
|
<A> boolean isGenericObjectNotNull(Object caller, A reference)
caller
- end-user instance initiating the checkreference
- reference to checkIllegalArgumentException
- if caller is nullThe MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.