All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.lucene.impl.Operation Maven / Gradle / Ivy

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