and method

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

Implementation

Condition<EntityT> and(Condition<EntityT> rh) => andAll([rh]);