ScopingFunctions<T extends Object?> extension
- on
-
- T
Methods
-
let<
R> (R block(T e)) → R -
Available on T, provided by the ScopingFunctions extension
Calls the specified functionblock
withthis
value as its argument and returns its result.