Literals

scodec.bits.Literals
object Literals

Attributes

Source
Interpolators.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Literals.type

Members list

Type members

Classlikes

object Ascii extends Validator[ByteVector]

Attributes

Source
Interpolators.scala
Supertypes
trait Validator[ByteVector]
class Object
trait Matchable
class Any
Self type
Ascii.type
object Bin extends Validator[BitVector]

Attributes

Source
Interpolators.scala
Supertypes
trait Validator[BitVector]
class Object
trait Matchable
class Any
Self type
Bin.type
object Hex extends Validator[ByteVector]

Attributes

Source
Interpolators.scala
Supertypes
trait Validator[ByteVector]
class Object
trait Matchable
class Any
Self type
Hex.type
object Utf8 extends Validator[ByteVector]

Attributes

Source
Interpolators.scala
Supertypes
trait Validator[ByteVector]
class Object
trait Matchable
class Any
Self type
Utf8.type
trait Validator[A]

Attributes

Source
Interpolators.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Ascii.type
object Bin.type
object Hex.type
object Utf8.type