Class Tuple

  • All Implemented Interfaces:
    Expression

    public class Tuple
    extends java.lang.Object
    implements Expression
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<Expression> qs  
    • Constructor Summary

      Constructors 
      Constructor Description
      Tuple​(java.util.List<Expression> qs)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait