java.lang.Object
dev.metaschema.core.metapath.function.library.ArrayJoin
Implements the XPath 3.1 array:join
function.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends ICollectionValue>
IArrayItem<T>join(Collection<? extends IArrayItem<T>> arrays) An implementation of XPath 3.1 array:join.
-
Method Details
-
join
@NonNull public static <T extends ICollectionValue> IArrayItem<T> join(@NonNull Collection<? extends IArrayItem<T>> arrays) An implementation of XPath 3.1 array:join.- Type Parameters:
T- the type of items in the given Metapath array- Parameters:
arrays- the arrays to join- Returns:
- a new combined array
-