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

org.unlaxer.reducer.CommittedReducer Maven / Gradle / Ivy

package org.unlaxer.reducer;

import org.unlaxer.Committed;
import org.unlaxer.Token;

public interface CommittedReducer {

	public Token reduce(Committed committed);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy