Packages

class ProductValue extends (Int) => Any

The representation for ProductType values in the interpreter

Source
QueryInterpreter.scala
Linear Supertypes
(Int) => Any, AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProductValue
  2. Function1
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ProductValue(data: IndexedSeq[Any])

Value Members

  1. def andThen[A](g: (Any) => A): (Int) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def apply(idx: Int): Any
    Definition Classes
    ProductValue → Function1
  3. def compose[A](g: (A) => Int): (A) => Any
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. def equals(other: Any): Boolean
    Definition Classes
    ProductValue → AnyRef → Any
  5. def hashCode(): Int
    Definition Classes
    ProductValue → AnyRef → Any
  6. def length: Int
  7. def toString(): String
    Definition Classes
    ProductValue → Function1 → AnyRef → Any