setter property

Function get setter

Custom logic for storing values.

Signature: bool Function(CollectiveValue<V> value, I container, V? v)

Default behavior:

  • Clears container when setting null
  • Stores non-null values at container start

Implementation

Function get setter;