SimpleFunction

slick.lifted.SimpleFunction$
See theSimpleFunction companion trait

Attributes

Companion:
trait
Source:
SimpleFunction.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply[T : TypedType](fname: String, fn: Boolean): Seq[Rep[_]] => Rep[T]

Attributes

Source:
SimpleFunction.scala
def binary[T1, T2, R : TypedType](fname: String, fn: Boolean): (Rep[T1], Rep[T2]) => Rep[R]

Attributes

Source:
SimpleFunction.scala
def nullary[R : TypedType](fname: String, fn: Boolean): Rep[R]

Attributes

Source:
SimpleFunction.scala
def ternary[T1, T2, T3, R : TypedType](fname: String, fn: Boolean): (Rep[T1], Rep[T2], Rep[T3]) => Rep[R]

Attributes

Source:
SimpleFunction.scala
def unary[T1, R : TypedType](fname: String, fn: Boolean): Rep[T1] => Rep[R]

Attributes

Source:
SimpleFunction.scala