| Package | Description |
|---|---|
| com.prosysopc.ua.stack.utils |
Utility classes
|
| Modifier and Type | Method and Description |
|---|---|
static <E extends Exception> |
MultiDimensionArrayUtils.deepForEach(Object data,
CheckedConsumer<Object,E> operation)
Similar to
#forEachIndexed(Object, Class, CheckedConsumer), but the given operation is
recursively called for elements of data that are arrays (it is not called for the "intermediate
array objects"). |
static <T,E extends Exception> |
MultiDimensionArrayUtils.forEach(Object data,
Class<T> componentClass,
CheckedConsumer<T,E> operation)
Applies the given operation for each "element" of the data.
|
Copyright © 2026. All rights reserved.