(val int64)
| 137 | } |
| 138 | |
| 139 | func NewIntGreaterPredicate(val int64) IntGreaterPredicate { |
| 140 | return IntGreaterPredicate{value: val} |
| 141 | } |
| 142 | |
| 143 | func (p IntGreaterPredicate) String() string { |
| 144 | return fmt.Sprintf("IntGreaterPredicate{%d}", p.value) |
no outgoing calls
no test coverage detected