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