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

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

The newest version!
package com.heliorm.def;

public interface Where< O> {

    Where and(Continuation cont);

    Where or(Continuation cont);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy