MappedShrinkableValue<T, R> constructor

MappedShrinkableValue<T, R>(
  1. Shrinkable<T> originalValue,
  2. R mapper(
    1. T value
    )
)

Implementation

MappedShrinkableValue(this.originalValue, this.mapper);