![JAR search and dependency download from the Maven repository](/logo.png)
tech.ytsaurus.client.rows.YTreeConsumable Maven / Gradle / Ivy
package tech.ytsaurus.client.rows;
public interface YTreeConsumable {
void onEntity();
void onInteger(long value);
void onBoolean(boolean value);
void onDouble(double value);
void onBytes(byte[] bytes);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy