NGDependentValue<T, V1> constructor

NGDependentValue<T, V1>(
  1. NGValue<V1> _dependency1,
  2. NGDependencyMapper1<T, V1> _mapper
)

Implementation

NGDependentValue(this._dependency1, this._mapper)
    : super(_mapper(_dependency1.value), [_dependency1]);