Arguments

object Arguments
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class AssertionArgument[A](assertion: Assertion[A]) extends Arguments
final case class TypeArgument[A](classTag: ClassTag[A]) extends Arguments
final case class ValueArgument[A](value: A, name: Option[String]) extends Arguments

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

Construct a AssertionArgument from an Assertion.

Construct a AssertionArgument from an Assertion.

def className[A](C: ClassTag[A]): String
def field(name: String): String

Creates a string representation of a field accessor.

Creates a string representation of a field accessor.

def mapKey[V](v: V): String
def typeArgument[A](implicit C: ClassTag[A]): Arguments

Construct a TypeArgument from a ClassTag.

Construct a TypeArgument from a ClassTag.

def unapplyTerm(termName: String): String

Creates a string representation of an unapply method for a term.

Creates a string representation of an unapply method for a term.

def valueArgument[A](a: A, name: Option[String]): Arguments

Construct a ValueArgument from a value.

Construct a ValueArgument from a value.