show

oxygen.core.syntax.show
object show

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
show.type

Members list

Extensions

Extensions

extension (sc: StringContext)
def sh(args: String | Shown*): String
def showSimple(args: String | Shown*): String

String: interpolated as raw strings (will not have quotes) everything else: implicitly converted to Shown via a Show instance

String: interpolated as raw strings (will not have quotes) everything else: implicitly converted to Shown via a Show instance

a String can have quotes here using toShown

Attributes

def showStrict(args: Shown*): String

String: implicitly converted to Shown via a Show instance (will have quotes) everything else: implicitly converted to Shown via a Show instance

String: implicitly converted to Shown via a Show instance (will have quotes) everything else: implicitly converted to Shown via a Show instance

a string can not have quotes here using wrapShown

Attributes

def shs(args: Shown*): String
extension [A](self: A)
def show(using s: Show[A]): String
def toShown(using s: Show[A]): Shown
extension (self: String)