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

net.pincette.jes.Reducer Maven / Gradle / Ivy

The newest version!
package net.pincette.jes;

import java.util.concurrent.CompletionStage;
import java.util.function.BiFunction;
import javax.json.JsonObject;

/**
 * The first argument is the command. The second one is the current state of the aggregate.
 *
 * @author Werner Donné
 * @since 1.0
 */
@FunctionalInterface
public interface Reducer extends BiFunction> {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy