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

org.infinispan.commands.functional.FunctionalCommand Maven / Gradle / Ivy

package org.infinispan.commands.functional;

import org.infinispan.functional.impl.Params;

/**
 * A command that carries operation rather than final value.
 */
public interface FunctionalCommand {

   Params getParams();
   Mutation toMutation(K key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy