operator > method

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

Implementation

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