ScopeFunctionExtension<T> extension

on
  • T

Methods

also<S>(S callback(T value)) → S
Evaluates the callback with the receiver as the argument. Returns the results of callback as the return value.