java.lang.Object
dev.metaschema.core.metapath.function.library.ArrayJoin

public final class ArrayJoin extends Object
Implements the XPath 3.1 array:join function.
  • 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