AnonymousFunction

case class AnonymousFunction[F[_]](f: List[String] => F[String], args: List[Expr[F]]) extends Expr[F]
trait Serializable
trait Product
trait Equals
trait Expr[F]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product