Interface EnvironmentAttributeLayer<Value>

All Known Subinterfaces:
EnvironmentAttributeLayer.Constant<Value>, EnvironmentAttributeLayer.Positional<Value>, EnvironmentAttributeLayer.TimeBased<Value>
All Known Implementing Classes:
AttributeTrackSampler

public sealed interface EnvironmentAttributeLayer<Value> permits EnvironmentAttributeLayer.Constant<Value>, EnvironmentAttributeLayer.TimeBased<Value>, EnvironmentAttributeLayer.Positional<Value>