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