Local

ra3.tablelang.TableExpr.Local
case class Local[A, B](name: TagKey, assigned: TableExpr[A], body: TableExpr[B]) extends TableExpr[B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TableExpr[B]
class Object
trait Matchable
class Any
Show all
Self type
Local[A, B]

Members list

Value members

Inherited methods

def evaluate(implicit tsc: TaskSystemComponents): IO[Table]

Attributes

Inherited from:
TableExpr
def flatMap[R](body: TableExpr[B] => TableExpr[R]): TableExpr[R]

Attributes

Inherited from:
TableExpr
def in[R](body: TableExpr[B] => TableExpr[R]): TableExpr[R]

Attributes

Inherited from:
TableExpr
def map[R](body: TableExpr[B] => TableExpr[R]): TableExpr[R]

Attributes

Inherited from:
TableExpr
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def render: String

Attributes

Inherited from:
TableExpr