let<R> method

R let<R>(
  1. R mapper(
    1. T param
    )
)

Implementation

R let<R>(R Function(T param) mapper) => mapper(this);