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

org.influxdb.querybuilder.Appendable Maven / Gradle / Ivy

package org.influxdb.querybuilder;

public interface Appendable {

  void appendTo(StringBuilder stringBuilder);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy