lessThan method

Avanda lessThan(
  1. int value
)

Implementation

Avanda lessThan(int value) {
  return addCustomFilter(value, "<");
}