Print

object Print extends GenericPrint
Companion
class
trait AutoDerivation[[T] =>> Print[T]]
trait Derivation[[T] =>> Print[T]]
trait CommonDerivation[[T] =>> Print[T]]
class Object
trait Matchable
class Any

Type members

Inherited types

type Typeclass[T] = TypeClass[T]
Inherited from
CommonDerivation

Value members

Inherited methods

inline def derived[A](using Of[A]): Print[A]
Inherited from
Derivation
inline def derivedMirror[A](using mirror: Of[A]): Print[A]
Inherited from
Derivation
inline def derivedMirrorProduct[A](product: ProductOf[A]): Print[A]
Inherited from
CommonDerivation
inline def derivedMirrorSum[A](sum: SumOf[A]): Print[A]
Inherited from
Derivation
inline def getParams[T, Labels <: Tuple, Params <: Tuple](annotations: Map[String, List[Any]], typeAnnotations: Map[String, List[Any]], repeated: Map[String, Boolean], idx: Int): List[Param[Typeclass, T]]
Inherited from
CommonDerivation
def join[T](ctx: CaseClass[Typeclass, T]): Print[T]
Inherited from
GenericPrint
override def split[T](ctx: SealedTrait[[T] =>> Print[T], T]): Print[T]
Definition Classes
GenericPrint -> Derivation
Inherited from
GenericPrint
inline def subtypes[T, SubtypeTuple <: Tuple](m: SumOf[T], idx: Int): List[Subtype[Typeclass, T, _]]
Inherited from
Derivation

Concrete fields

final lazy val Print_Int: Print[Int]
final lazy val Print_String: Print[String]

Givens

Givens

given seq

Inherited givens

given autoDerived: TypeClass[A]
Inherited from
AutoDerivation