Also<T> extension
- on
-
- T
Methods
-
also(
void block(T)) → T -
Calls the specified function
block
withthis
value as its argument and returnsthis
value.
block
with this
value as its argument
and returns this
value.