Package ca.uhn.fhir.util
Class PrimitiveTypeEqualsPredicate
java.lang.Object
ca.uhn.fhir.util.PrimitiveTypeEqualsPredicate
- All Implemented Interfaces:
BiPredicate
Boolean-value function for comparing two FHIR primitives via
.equals()
method on the instance
internal values.-
Constructor Details
-
PrimitiveTypeEqualsPredicate
public PrimitiveTypeEqualsPredicate()
-
-
Method Details
-
test
Returns true if both bases are of the same type and hold the same values.- Specified by:
test
in interfaceBiPredicate
-