RepeatedCompanion

oxygen.quoted.companion.RepeatedCompanion
final class RepeatedCompanion(using quotes: Quotes)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(elems: List[Term], tpt: TypeTree): Repeated

Create a literal sequence of elements

Create a literal sequence of elements

Attributes

def copy(original: Tree)(elems: List[Term], tpt: TypeTree): Repeated

Copy a literal sequence of elements

Copy a literal sequence of elements

Attributes

def spread(elems: Seq[Term], tpt: TypeTree): Term

Similar to apply, but apply is missing the * in fun(values*).

Similar to apply, but apply is missing the * in fun(values*).

Attributes