namespace VariantTable
A type-variant immutable Table of row key type R, column key type C, and value type V. In the Table, a combination of a row and column key has exactly one value. See the Table documentation and the VariantTable API documentation
Companion interface: VariantTable<R,C,V>
Interfaces
Name | Description |
---|---|
VariantTable.NonEmpty<R,C,V> | A non-empty type-variant immutable Table of row key type R, column key type C, and value type V. In the Table, a combination of a row and column key has exactly one value. See the Table documentation and the VariantTable API documentation |
VariantTable.Types | Utility interface that provides higher-kinded types for this collection. |