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

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