com.heliorm.def.WithIs Maven / Gradle / Ivy
The newest version!
package com.heliorm.def;
import com.heliorm.OrmException;
/**
* @param Object type
* @author gideon
*/
public interface WithIs {
Continuation isNull() throws OrmException;
Continuation isNotNull() throws OrmException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy