AggregateContext<V> constructor

AggregateContext<V>(
  1. V value
)

Creates a context with an initial value.

Implementation

AggregateContext(this.value);