implicit final class ReflectPrint_PimpEverything[A] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReflectPrint_PimpEverything
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ReflectPrint_PimpEverything(self: A)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
printApply(implicit p: ReflectPrint[A], fmt: ReflectPrintFormat = ReflectPrintFormat.Implicits.std): String
- returns
a string containing the Scala code necessary to create an instance of self with the same value
-
def
printUnapply(implicit p: ReflectPrint[A], fmt: ReflectPrintFormat = ReflectPrintFormat.Implicits.std): String
- returns
a string containing the Scala code necessary to create either the value of self or the tuple value containing the fields of self
- val self: A
-
def
toString(): String
- Definition Classes
- Any