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

com.timgroup.functional.Unit Maven / Gradle / Ivy

The newest version!
package com.timgroup.functional;

/**
 * Represents a unit of code with a single parameter.
 */
public interface Unit {
    void execute(T argument);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy