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

com.heliorm.def.Continuation Maven / Gradle / Ivy

The newest version!
package com.heliorm.def;

/**
 * @param  Type of the POJO
 * @author gideon
 */
public interface Continuation {

    Continuation and(Continuation expr);

    Continuation or(Continuation expr);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy