or method

Condition<EntityT> or(
  1. Condition<EntityT> rh
)

Implementation

Condition<EntityT> or(Condition<EntityT> rh) => orAny([rh]);