lt method

FilterOneValue<TType> lt(
  1. TType t
)

Implementation

FilterOneValue<TType> lt(TType t) => FilterOneValue<TType>(t, this, " < ");