operator < method

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

Implementation

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