is_ method

FilterOneValue<TType> is_(
  1. TType t
)

Implementation

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