Applies the operator to the given value
// Coerce the values to booleans
boolean left =
Coercions.coerceToBoolean (pLeft, pLogger).booleanValue ();
boolean right =
Coercions.coerceToBoolean (pRight, pLogger).booleanValue ();
return PrimitiveObjects.getBoolean (left || right);