
com.timgroup.functional.Unit Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Functional Show documentation
Show all versions of Functional Show documentation
Classes that represent optional values without using null references
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