public interface IObjectLongNotNullCheck extends ICheck
Modifier and Type | Method and Description |
---|---|
boolean |
isLongNotNull(Object caller,
Long referenceA)
Checks if the Long is not null.
|
boolean isLongNotNull(Object caller, Long 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.