gt method

FilterOneValue<TType> gt(
  1. TType t
)

Implementation

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