FunctionSymbol

slick.ast.FunctionSymbol
class FunctionSymbol(val name: String) extends TermSymbol

A Symbol that represents a library function or operator

Attributes

Source
Library.scala
Graph
Supertypes
trait TermSymbol
trait Symbol
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Symbol -> Any
Source
Library.scala
def typed(tpe: Type, ch: Node*): Apply

Create a typed Apply of this Symbol

Create a typed Apply of this Symbol

Attributes

Source
Library.scala
def typed[T : ScalaBaseType](ch: Node*): Apply

Create a typed Apply of this Symbol

Create a typed Apply of this Symbol

Attributes

Source
Library.scala
def unapplySeq(a: Apply): Option[IndexedSeq[Node]]

Match an Apply of this Symbol

Match an Apply of this Symbol

Attributes

Source
Library.scala

Concrete fields

val name: String

Attributes

Source
Library.scala