| Package | Description |
|---|---|
| com.prosysopc.ua.stack.utils |
Utility classes
|
| Modifier and Type | Method and Description |
|---|---|
static <S,T,E extends Exception> |
MultiDimensionArrayUtils.mapIndexed(Object data,
Class<S> sourceComponentClass,
Class<T> targetComponentClass,
CheckedBiFunction<? super S,int[],? extends T,E> transformer)
Same as
MultiDimensionArrayUtils.map(Object, Class, Class, CheckedFunction), but additionally provides the
indexes of the given element to map. |
static <T,E extends Exception> |
MultiDimensionArrayUtils.replaceAll(Object data,
Class<T> componentClass,
CheckedBiFunction<T,int[],T,E> transformer)
Replaces in-place all elements in the given array (of any dimension) using the given
transformer.
|
Copyright © 2026. All rights reserved.