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

com.yandex.ydb.table.result.OptionalReader Maven / Gradle / Ivy

The newest version!
package com.yandex.ydb.table.result;

/**
 * @author Sergey Polovko
 */
public interface OptionalReader {

    boolean isOptionalItemPresent();

    ValueReader getOptionalItem();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy