SyntaxInt

ra3.lang.Expr.SyntaxInt
implicit class SyntaxInt(a: Int)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

protected def arg0: IntExpr

Inherited methods

def +(arg1: IntExpr): Expr[T]

Attributes

Inherited from:
SyntaxIntImpl (hidden)
def ++(arg1: IntExpr): Expr[T]

Attributes

Inherited from:
SyntaxIntImpl (hidden)
def -(arg1: IntExpr): Expr[T]

Attributes

Inherited from:
SyntaxIntImpl (hidden)
def add(arg1: IntExpr): Expr[T]

Attributes

Inherited from:
SyntaxIntImpl (hidden)
infix def as(arg1: String): Expr[ColumnSpec[Int]]

Attributes

Inherited from:
SyntaxIntImpl (hidden)
infix def as(arg1: Expr[String]): BuiltInOp2[NamedConstantI32]

Attributes

Inherited from:
SyntaxIntImpl (hidden)
def asString: Expr[T]

Attributes

Inherited from:
SyntaxIntImpl (hidden)
def plus(arg1: IntExpr): Expr[T]

Attributes

Inherited from:
SyntaxIntImpl (hidden)
def unnamed: BuiltInOp1[UnnamedConstantI32]

Attributes

Inherited from:
SyntaxIntImpl (hidden)