AnonymousFunction

org.finos.morphir.runtime.CodeLocation.AnonymousFunction
See theAnonymousFunction companion object
case class AnonymousFunction(outer: CodeLocation) extends CodeLocation

Any function that was defined anonymously, such as lambdas

Value parameters

outer

The location where this function was defined (if defined in another anonymous function, the first named parent thereof)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CodeLocation
class Object
trait Matchable
class Any
Show all

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
Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product