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