(val int64)
| 196 | } |
| 197 | |
| 198 | func NewIntGreaterEqualPredicate(val int64) IntGreaterEqualPredicate { |
| 199 | return IntGreaterEqualPredicate{value: val} |
| 200 | } |
| 201 | |
| 202 | func (p IntGreaterEqualPredicate) String() string { |
| 203 | return fmt.Sprintf("IntGreaterEqualPredicate{%d}", p.value) |
no outgoing calls
no test coverage detected