eq method

FilterOneValue<TType> eq(
  1. TType t
)

Implementation

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