implicit final class Utf8StringSyntax extends AnyVal
Provides the utf8 string interpolator, which returns ByteVector instances from UTF8
strings.
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Utf8StringSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Utf8StringSyntax(sc: StringContext)
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
- val sc: StringContext
- def toString(): String
- Definition Classes
- Any
- macro def utf8Bytes(args: String*): ByteVector
Converts this UTF8 literal string to a
ByteVector.Converts this UTF8 literal string to a
ByteVector.Named arguments are supported in the same manner as the standard
sinterpolator.