Compiled

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

Value members

Concrete methods

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

Inherited methods

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