public class ListOperationsUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListOperationsUtil.CommandRunner<T> |
static interface |
ListOperationsUtil.ConditionChecker<T> |
| Constructor and Description |
|---|
ListOperationsUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
checkAllTrue(Collection<T> c,
ListOperationsUtil.ConditionChecker<T> checker) |
static <T> void |
executeAll(Collection<T> c,
ListOperationsUtil.CommandRunner<T> runner) |
public static <T> void executeAll(Collection<T> c, ListOperationsUtil.CommandRunner<T> runner) throws Exception
Exceptionpublic static <T> boolean checkAllTrue(Collection<T> c, ListOperationsUtil.ConditionChecker<T> checker)
Copyright 2004-2019 Solace Corporation. All rights reserved.