K
- either Long
(for rows) or ItemIdentity
for itemsT
- type of value@PublicApi
public interface ValueColumn<K,T>
Modifier and Type | Method and Description |
---|---|
static <K,T> ValueColumn<K,T> |
empty() |
LoadedValue<T> |
getValue(K key)
Returns the value for the given key.
|
@Nullable LoadedValue<T> getValue(@Nullable K key)
key
- the keynull
if the value has not been calculatedstatic <K,T> ValueColumn<K,T> empty()
Copyright © 2024 Tempo Software. All Rights Reserved.