Interface Tuple

    • Method Detail

      • orderedLabels

        List<String> orderedLabels()
        The tuple's labels, natural order.
      • orderedValues

        List<?> orderedValues()
        The tuple's values, natural order.
      • toMap

        default Map<String,​Object> toMap​(boolean recursive)
        Make a map reflecting the name/value pairs of this tuple.
        Parameters:
        recursive - If true, recursively calls this method for values that are tuples.
        Returns:
        A map reflecting name/value pairs of this tuple.
      • copy

        default Tuple copy()
        Returns:
        A shallow copy of this tuple. The return type is the receiver's type.