| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| com.prosysopc.ua.stack.utils |
Utility classes
|
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
InternalDataTypeSchemaHeaderTypeInjector.insertTypes(CheckedFunction<UaNodeId,UaDataType,E> dataTypeUaNodeResolver)
Internal prototype.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PubSubFunction<T,R>
Similar to
Function, but can throw a PubSubException on error. |
| Modifier and Type | Method and Description |
|---|---|
static <T,E extends Exception> |
MultiDimensionArrayUtils.createMultiDimArray(Class<T> componentType,
int[] dims,
CheckedFunction<int[],T,E> generator)
Deep create multi-level array.
|
static <S,T,E extends Exception> |
MultiDimensionArrayUtils.map(Object data,
Class<S> sourceComponentClass,
Class<T> targetComponentClass,
CheckedFunction<? super S,? extends T,E> transformer)
Converts the given data with the given transformer and returns the output, that is of the same
dimension.
|
static <T,E extends Exception> |
MultiDimensionArrayUtils.resize(Object array,
Class<T> componentType,
int[] newDimensions,
CheckedFunction<int[],T,E> generator)
Returns a new array with the given dimensions.
|
static <T,E extends Exception> |
MultiDimensionArrayUtils.setAll(Object data,
Class<T> componentClass,
CheckedFunction<int[],T,E> generator)
Sets all elements of the given array (of any dimension) using the given generator function to
compute each element.
|
Copyright © 2026. All rights reserved.