Interface SingleRowAttributeLoader<T>

Type Parameters:
T - type of the loaded value
All Superinterfaces:
AttributeLoader<T>, RowAttributeLoader<T>
All Known Implementing Classes:
AbstractSingleRowAttributeLoader, BaseSingleRowAttributeLoader

@PublicSpi public interface SingleRowAttributeLoader<T> extends RowAttributeLoader<T>

A single row attribute loader provides an attribute value based on a single forest row. The value must not depend on where this row is in the forest.

See Also: