public class UserIdsMatcher extends Matcher<NoteData>
Constructor and Description |
---|
UserIdsMatcher(Long... userIds)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
matches(NoteData entity)
Method to check an entity.
|
filter, markMatching
public UserIdsMatcher(Long... userIds)
userIds
- Array of user ids, might be null or empty, where every note matches.Copyright © 2019 Communote team. All rights reserved.