implicit final
class
StringEnrichedWithCodecContextSupport extends AnyVal
Instance Constructors
-
new
StringEnrichedWithCodecContextSupport(context: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
final
def
==(arg0: Any): Boolean
-
-
final
def
asInstanceOf[T0]: T0
-
val
context: String
-
-
-
-
-
def
formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String
-
def
|[A](codec: Codec[A]): Codec[A]
-
-
Provides the
|
method onString
, which is reverse syntax forcodec withContext ctx
.Usage: