AppVargs

dc10.scala.Symbol.Term.ValueLevel.App.AppVargs
case class AppVargs[G[_], A, Y, Z](qnt: Option[Long], fun: ValueLevel[G[A], Y], tpe: TypeLevel[G[A], (Y, Z)], vargs: ValueLevel[A, Z]*) extends App[G[A], (Y, Z)]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class App[G[A], (Y, Z)]
trait ValueLevel[G[A], (Y, Z)]
trait Term
trait Symbol
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product