
com.github.bloodshura.ignitium.venus.operator.Operator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of venusscript Show documentation
Show all versions of venusscript Show documentation
A dynamic, easy, highly customizable scripting language.
The newest version!
package com.github.bloodshura.ignitium.venus.operator;
import com.github.bloodshura.ignitium.collection.view.XView;
public interface Operator {
XView getIdentifiers();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy