Lambda
tastyquery.Trees.Lambda
final case class Lambda(meth: TermReferenceTree, tpt: Option[TypeTree])(pos: SourcePosition) extends TermTree
Value parameters
- meth
-
A reference to the method.
- tpt
-
Defined only if the lambda's type is a SAMtype rather than a function type.
Attributes
- Graph
-
- Supertypes
-
trait Serializableclass TermTreeclass StatementTreeclass TopLevelTreeclass Treetrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article