class ShowerTypeExtensions[-A] extends AnyRef
The stringer implicit class gives extension methods for Show methods from the implicit Show instance type A.
- Alphabetic
- By Inheritance
- ShowerTypeExtensions
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def str: String
Provides the standard string representation for the object.
Provides the standard string representation for the object.
- Annotations
- @inline()
- def str0: String
- def str1: String
- def str2: String
- def str3: String
- def strComma: String
Return the defining member values of the type as a series of comma separated values without enclosing type information, note this will only happen if the syntax depth is less than 3.
Return the defining member values of the type as a series of comma separated values without enclosing type information, note this will only happen if the syntax depth is less than 3. if it is 3 or greater return the full typed data.
- Annotations
- @inline()
- def strSemi: String
Return the defining member values of the type as a series of semicolon separated values without enclosing type information, note this will only happen if the syntax depth is less than 4.
Return the defining member values of the type as a series of semicolon separated values without enclosing type information, note this will only happen if the syntax depth is less than 4. if it is 4 or greater return the full typed data. This method is not commonly needed but is useful for case classes with a single member.
- Annotations
- @inline()
- def strTyped: String
For most objects showTyped will return the same value as persist, for PeristValues the value will be type enclosed.
For most objects showTyped will return the same value as persist, for PeristValues the value will be type enclosed. 4.showTyped will return Int(4)
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])