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

org.reactfx.util.Semigroup Maven / Gradle / Ivy

package org.reactfx.util;

public interface Semigroup {
    T reduce(T left, T right);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy