dart / 2 / dart-async / zonedelegate / rununary.html

runUnary<R, T> method

R runUnary<R, T>(
  1. Zone zone,
  2. R f(
    1. T arg
    ),
  3. T arg
)

Implementation

R runUnary<R, T>(Zone zone, R f(T arg), T arg);

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-async/ZoneDelegate/runUnary.html