gte method

FilterOneValue<TType> gte(
  1. TType t
)

Implementation

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