Package ca.uhn.fhir.jpa.util
Class LogicUtil
java.lang.Object
ca.uhn.fhir.jpa.util.LogicUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
multiXor
(boolean... theValues) Returns true IF and ONLY IF exactly 1 of the provided boolean(s) is true
-
Method Details
-
multiXor
Returns true IF and ONLY IF exactly 1 of the provided boolean(s) is true
-