ScopeFunctionsForObject<T extends Object> extension
- on
-
- T
Methods
-
also(
void operation(T self)) → T -
Available on T, provided by the ScopeFunctionsForObject extension
Calls the specified functionoperation
withthis
value as its argument and returnsthis
value. -
let<
ReturnType> (ReturnType operation(T self)) → ReturnType -
Available on T, provided by the ScopeFunctionsForObject extension
Calls the specified functionoperation
withthis
value as its argument and returns its result.