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

delight.functional.Success Maven / Gradle / Ivy

The newest version!
package delight.functional;

/**
 * 

* Success represents a successfully completed operations. *

*

* In contrast to {@link SuccessFail} it will not capture failures as values. *

* @author Max */ @SuppressWarnings("all") public class Success { /** * A singelton of Success */ public final static Success INSTANCE = new Success(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy