Record Class ArrayValue<T extends Value<T>>

java.lang.Object
java.lang.Record
org.microbean.attributes.ArrayValue<T>
Type Parameters:
T - the type of the Values
Record Components:
value - a non-null array of Values
All Implemented Interfaces:
Comparable<ArrayValue<T>>, Constable, Value<ArrayValue<T>>

public record ArrayValue<T extends Value<T>>(T extends Value<T>[] value) extends Record implements Value<ArrayValue<T>>
A Value holding other Values.
Author:
Laird Nelson