operator > method

Condition<EntityT> operator >(
  1. int p
)

Implementation

Condition<EntityT> operator >(int p) => greaterThan(p);