
org.infinispan.lucene.impl.Operation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-embedded-query
Show all versions of infinispan-embedded-query
Infinispan Embedded Query All-in-One module
The newest version!
package org.infinispan.lucene.impl;
import java.util.Set;
/**
* @author gustavonalle
* @since 7.0
*/
interface Operation {
void apply(Set target);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy