Interface LoadedPagesMap.KeyPredicate
-
- Enclosing interface:
- LoadedPagesMap
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface LoadedPagesMap.KeyPredicate
Interface describing a predicate for Key (cache group ID, page ID). Usage of this predicate prevents odd object creation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantest(int grpId, long pageId)Predicate body.
-