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

public final class ArrayTail extends Object
Implements the XPath 3.1 array:tail function.
  • Method Details

    • tail

      @Nullable public static <T extends IItem> IArrayItem<T> tail(@NonNull IArrayItem<T> array)
      An implementation of XPath 3.1 array:tail.
      Type Parameters:
      T - the type of items in the given Metapath array
      Parameters:
      array - the array to get the tail items from
      Returns:
      the tail items