closure

dotty.tools.dotc.ast.TypedTreeInfo.closure
object closure

An extractor for closures, possibly typed, and possibly including the definition of the anonymous def.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
closure.type

Members list

Value members

Concrete methods

def unapply(tree: Tree)(using Context): Option[(List[Tree], Tree, Tree)]