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

runBinary<R, T1, T2> method

R runBinary<R, T1, T2>(
  1. Zone zone,
  2. R f(
    1. T1 arg1,
    2. T2 arg2
    ),
  3. T1 arg1,
  4. T2 arg2
)

Implementation

R runBinary<R, T1, T2>(Zone zone, R f(T1 arg1, T2 arg2), T1 arg1, T2 arg2);

© 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/runBinary.html