Class CommandUtils
- java.lang.Object
-
- org.kie.workbench.common.command.client.util.CommandUtils
-
public class CommandUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description CommandUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisError(CommandResult<?> result)static <V> List<V>toList(Iterable<V> iterable)
-
-
-
Method Detail
-
isError
public static boolean isError(CommandResult<?> result)
-
-