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 © 2021 ALM Works. All Rights Reserved.