getter property
Function
get
getter
Custom logic for retrieving values.
Signature:
V? Function(CollectiveValue<V> value, I container)
Default behavior:
- Returns last element in container or null if empty
Implementation
Function get getter;