Package org.apache.wayang.core.util
Class Actions
- java.lang.Object
-
- org.apache.wayang.core.util.Actions
-
public class Actions extends java.lang.Object
Utilities to perform actions.
-
-
Constructor Summary
Constructors Constructor Description Actions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
doSafe(Action action)
Executes anAction
, catching any error.
-