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

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

There is a newer version: 3.2.1
Show newest version
package net.pincette.jes.util;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy