curryColumnsTuple

ra3.tablelang.TableExpr.curryColumnsTuple
case class curryColumnsTuple[T0 <: Tuple](a: TableExpr[ReturnValueTuple[T0]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

inline def apply[R](inline body: Map[T0, DelayedIdent] => Schema[T0] => TableExpr[R]): TableExpr[R]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product