let<R> method
R
let<R>(
- R operationFor(
- T self
Implementation
R let<R>(R Function(T self) operationFor) {
return operationFor(this);
}
R let<R>(R Function(T self) operationFor) {
return operationFor(this);
}