public interface IObjectBooleanNotDefaultCheck extends IObjectBooleanDefaultProperties, ICheck
Modifier and Type | Method and Description |
---|---|
boolean |
isBooleanNotDefault(Object caller,
Boolean referenceA)
Checks if if the reference is NOT equal to registered default Boolean.
|
getBooleanDefault, setBooleanDefault
boolean isBooleanNotDefault(Object caller, Boolean 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.