| Package | Description |
|---|---|
| com.prosysopc.ua.stack.builtintypes |
OPC UA Part 6 defines 25 builtin types.
|
| com.prosysopc.ua.stack.utils |
Utility classes
|
| Modifier and Type | Method and Description |
|---|---|
default <E extends Exception> |
Structure.forEachField(CheckedBiConsumer<FieldSpecification,Object,E> operation)
Calls the given
CheckedBiConsumer for each of the Structure.specification() fields with
the value of the field. |
default <E extends Exception> |
Structure.forEachField(StructureSpecification other,
CheckedBiConsumer<FieldSpecification,Object,E> operation)
Calls the given
CheckedBiConsumer for each of the given specification (see
Structure.toFieldNamesMap(StructureSpecification) on the restrictions of the given
StructureSpecification) fields with the value of the field. |
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
AbstractStructure.forEachField(CheckedBiConsumer<FieldSpecification,Object,E> operation) |
<E extends Exception> |
AbstractStructure.forEachField(StructureSpecification other,
CheckedBiConsumer<FieldSpecification,Object,E> operation) |
static <T,E extends Exception> |
MultiDimensionArrayUtils.forEachIndexed(Object data,
Class<T> componentClass,
CheckedBiConsumer<T,int[],E> operation)
Same as
MultiDimensionArrayUtils.forEach(Object, Class, CheckedConsumer) , but additionally provides the
indexes of the given element. |
Copyright © 2026. All rights reserved.