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

io.serialized.client.aggregate.AggregateUpdate Maven / Gradle / Ivy

package io.serialized.client.aggregate;

import java.util.List;

public interface AggregateUpdate {

  List> apply(T state);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy