Readable

replpp.shaded.geny.Readable$
See theReadable companion trait
object Readable

Attributes

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

Members list

Type members

Classlikes

implicit class ByteArrayReadable(a: Array[Byte]) extends Readable

Attributes

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

Attributes

Supertypes
trait Readable
trait Writable
class Object
trait Matchable
class Any
implicit class InputStreamReadable(i: InputStream) extends Readable

Attributes

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

Attributes

Supertypes
trait Readable
trait Writable
class Object
trait Matchable
class Any

Implicits

Implicits

final implicit def ByteArrayReadable(a: Array[Byte]): ByteArrayReadable
final implicit def ByteBufferReadable(buffer: ByteBuffer): ByteBufferReadable
final implicit def InputStreamReadable(i: InputStream): InputStreamReadable
final implicit def StringReadable(s: String): StringReadable