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

prompto.transpiler.ITranspilable Maven / Gradle / Ivy

The newest version!
package prompto.transpiler;

@FunctionalInterface
public interface ITranspilable {
	boolean transpile(Transpiler transpiler);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy