()
| 514 | var _ Predicate = (*SkipNilsPredicate)(nil) |
| 515 | |
| 516 | func NewSkipNilsPredicate() *SkipNilsPredicate { |
| 517 | return &SkipNilsPredicate{} |
| 518 | } |
| 519 | |
| 520 | func (p *SkipNilsPredicate) String() string { |
| 521 | return "SkipNilsPredicate{}" |
no outgoing calls
no test coverage detected