DynamicExtension<T> extension
Extensions that apply to all objects.
- on
-
- T
Methods
-
also(
dynamic fn(T)) → T -
Available on T, provided by the DynamicExtension extension
Calls the provided function with the value ofthisas its argument and returns thethisvalue. -
let<
R> (R fn(T)) → R -
Available on T, provided by the DynamicExtension extension
Calls the provided function with the value ofthisas its argument and returns the result.