Executes the given action
with argument1
and argument2
in this
zone and catches synchronous errors.
See runGuarded.
Source
R runBinaryGuarded<R, T1, T2>( R action(T1 argument1, T2 argument2), T1 argument1, T2 argument2);
Executes the given action
with argument1
and argument2
in this
zone and catches synchronous errors.
See runGuarded.
R runBinaryGuarded<R, T1, T2>( R action(T1 argument1, T2 argument2), T1 argument1, T2 argument2);