case classValueLogic[T](valueOpt: Option[T], typeOpt: Option[TypeValue] = None, variableNameOpt: Option[String] = None, pathNameOpt: Option[String] = Some(UUID.randomUUID().toString)) extends JsonLogicCore with Product with Serializable
Represents a leaf node in syntax tree. It is a data node.
Scala data structures representing expressions from json-logic-typed format are based on abstract syntax tree.
Note
inherited operator has fixed value of "var".
Linear Supertypes
Serializable, Serializable, Product, Equals, JsonLogicCore, AnyRef, Any
Represents a leaf node in syntax tree. It is a data node. Scala data structures representing expressions from json-logic-typed format are based on abstract syntax tree.
inherited operator has fixed value of "var".