Interface TagKey


public interface TagKey
Represents a tag key.
Since:
3.1.0
Author:
Marcin Grzejszczak
  • Method Summary

    Modifier and Type
    Method
    Description
     
    static TagKey[]
    merge(TagKey[]... tags)
    Merges arrays of tags.
  • Method Details

    • getKey

      String getKey()
      Returns:
      tag key
    • merge

      static TagKey[] merge(TagKey[]... tags)
      Merges arrays of tags.
      Parameters:
      tags - array of tags
      Returns:
      a merged array of tags