Interface BPlusTree.PublishFunction<V,R>
- All Known Subinterfaces:
SoftBPlusTree.IOPublishFunction<V,R>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Transforms a tree entry during
BPlusTree.publish(BPlusTree.PublishFunction) iteration. If the function returns
null, the entry is skipped and not emitted to the subscriber.-
Method Summary
-
Method Details
-
apply
-