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

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

The newest version!
package io.serialized.client.aggregate;

import java.util.List;

public interface Command {

  List> apply(A aggregate);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy