Writable

replpp.shaded.geny.Writable$
See theWritable companion trait
object Writable extends LowPriWritable

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Writable.type

Members list

Type members

Classlikes

implicit class ByteArrayWritable(a: Array[Byte]) extends Writable

Attributes

Supertypes
trait Writable
class Object
trait Matchable
class Any
implicit class ByteBufferWritable(buffer: ByteBuffer) extends Writable

Attributes

Supertypes
trait Writable
class Object
trait Matchable
class Any
implicit class StringWritable(s: String) extends Writable

Attributes

Supertypes
trait Writable
class Object
trait Matchable
class Any

Implicits

Implicits

final implicit def ByteArrayWritable(a: Array[Byte]): ByteArrayWritable
final implicit def ByteBufferWritable(buffer: ByteBuffer): ByteBufferWritable
final implicit def StringWritable(s: String): StringWritable

Inherited implicits

implicit def readableWritable[T](t: T)(implicit f: T => Readable): Writable

Attributes

Inherited from:
LowPriWritable