Uses of Interface
org.infinispan.util.BPlusTree.PublishFunction
Packages that use BPlusTree.PublishFunction
Package
Description
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
-
Uses of BPlusTree.PublishFunction in org.infinispan.util
Subinterfaces of BPlusTree.PublishFunction in org.infinispan.utilModifier and TypeInterfaceDescriptionstatic interfaceABPlusTree.PublishFunctionthat may throwIOException.Methods in org.infinispan.util with parameters of type BPlusTree.PublishFunctionModifier and TypeMethodDescription<R> io.reactivex.rxjava3.core.Flowable<R> BPlusTree.publish(BPlusTree.PublishFunction<V, R> function) Returns aFlowablethat emits entries in sorted order.<R> io.reactivex.rxjava3.core.Flowable<R> SoftBPlusTree.publish(BPlusTree.PublishFunction<V, R> function) Returns aFlowablethat emits entries in sorted order.