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

me.sniggle.matemonkey4j.api.query.Query Maven / Gradle / Ivy

The newest version!
package me.sniggle.matemonkey4j.api.query;

/**
 * @author tuxbox, sniggle.me
 */
public interface Query {

  /**
   *
   * @return the query string
   */
  String toQuery();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy