(val int64)
| 77 | } |
| 78 | |
| 79 | func NewIntNotEqualPredicate(val int64) IntNotEqualPredicate { |
| 80 | return IntNotEqualPredicate{value: val} |
| 81 | } |
| 82 | |
| 83 | func (p IntNotEqualPredicate) String() string { |
| 84 | return fmt.Sprintf("IntNotEqualPredicate{%d}", p.value) |
no outgoing calls
no test coverage detected