CompiledExpression

case
class CompiledExpression[A, B](contextType: String, code: String, thunk: A => B) extends A => B
trait Serializable
trait Product
trait Equals
trait Context[A] => B
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def apply(input: Context[A]): B
Definition Classes
Function1
override
def toString(): String
Definition Classes
Function1 -> Any

Inherited methods

@unspecialized
def andThen[A](g: B => A): Context[A] => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => Context[A]): A => B
Inherited from
Function1
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product