runBinary property

R Function<R, T1, T2>(Zone self, ZoneDelegate parent, Zone zone, R f(T1 arg1, T2 arg2), T1 arg1, T2 arg2) runBinary

A custom Zone.runBinary implementation for a new zone.

Implementation

RunBinaryHandler? get runBinary;