StandardPrimitives

trait Protocol
class Object
trait Matchable
class Any

Type members

Classlikes

object BooleanFormat extends Format[Boolean]
object CharFormat extends Format[Char]
object DoubleFormat extends Format[Double]
object FloatFormat extends Format[Float]
object IntFormat extends Format[Int]
object LongFormat extends Format[Long]
object ShortFormat extends Format[Short]

Inherited classlikes

object ByteFormat
Inherited from
Protocol
object UnitFormat
Inherited from
Protocol

Implicits

Inherited implicits

implicit
val StringFormat: Format[String]
Inherited from
CoreProtocol