Uses of Interface
org.apache.lucene.search.CheckedIntConsumer
Packages that use CheckedIntConsumer
-
Uses of CheckedIntConsumer in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type CheckedIntConsumerModifier and TypeMethodDescriptionabstract voidDocIdStream.forEach(CheckedIntConsumer<IOException> consumer) Iterate over doc IDs contained in this stream in order, calling the givenCheckedIntConsumeron them.