Uses of Class
com.linkare.commons.utils.BooleanResult
-
Packages that use BooleanResult Package Description com.linkare.commons.utils -
-
Uses of BooleanResult in com.linkare.commons.utils
Fields in com.linkare.commons.utils declared as BooleanResult Modifier and Type Field Description static BooleanResultBooleanResult. FALSE_RESULTUtility constant to represent the false result without any detail messagestatic BooleanResultBooleanResult. TRUE_RESULTUtility constant to represent the true result without any detail messagestatic BooleanResultBooleanResult. UNDETERMINED_RESULTUtility constant to represent the undetermined result without any detail messageMethods in com.linkare.commons.utils that return BooleanResult Modifier and Type Method Description BooleanResultBooleanResult. setMessage(String message)Methods in com.linkare.commons.utils with parameters of type BooleanResult Modifier and Type Method Description private booleanBooleanResult. equalsTo(BooleanResult other)
-