Interface RowPreloadFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoidpreload(LongSet rowIds, ItemForest forest, AttributeContext context)
-
Method Details
-
preload
void preload(@NotNull LongSet rowIds, @NotNull ItemForest forest, @NotNull AttributeContext context)
-