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

com.github.azbh111.utils.java.promise.PromiseStatus Maven / Gradle / Ivy

The newest version!
package com.github.azbh111.utils.java.promise;

public enum PromiseStatus {
    PENDING,
    RESOLVED,
    REJECTED;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy