New

scala.quoted.runtime.impl.QuotesImpl.reflect$.New$
object New extends NewModule

Attributes

Graph
Supertypes
trait NewModule
class Object
trait Matchable
class Any
Self type
New.type

Members list

Concise view

Value members

Concrete methods

def apply(tpt: TypeTree): New

Create a new <tpt: TypeTree>

Create a new <tpt: TypeTree>

Attributes

def copy(original: Tree)(tpt: TypeTree): New
def unapply(x: New): Some[TypeTree]

Matches new <tpt: TypeTree>

Matches new <tpt: TypeTree>

Attributes