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

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

The newest version!
package com.heliorm.def;

public interface Limit {

    Executable limit(int from, int number);

    Executable limit(int number);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy