Interface ObjectIdSelection
- All Superinterfaces:
_longPredicate
- All Known Implementing Classes:
ObjectIdSelection.Default
public interface ObjectIdSelection extends _longPredicate
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classObjectIdSelection.Default -
Method Summary
Modifier and Type Method Description static ObjectIdSelectionNew(Set_long objectIds)booleantest(long objectId)
-
Method Details
-
test
boolean test(long objectId)- Specified by:
testin interface_longPredicate
-
New
-