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

prompto.value.ISliceable Maven / Gradle / Ivy

The newest version!
package prompto.value;

import prompto.error.PromptoError;

public interface ISliceable extends IValue
{
    ISliceable slice(IntegerValue fi, IntegerValue li) throws PromptoError;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy