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

tech.ytsaurus.ysontree.YTreeScalarNode Maven / Gradle / Ivy

The newest version!
package tech.ytsaurus.ysontree;

import javax.annotation.Nonnull;

public interface YTreeScalarNode extends YTreeNode {
    @Nonnull
    V getBoxedValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy