ScopeFunctionExtension<T> extension

on
  • T

Methods

also<S>(S callback(T value)) → S

Available on T, provided by the ScopeFunctionExtension extension

Evaluates the callback with the receiver as the argument. Returns the results of callback as the return value.