Readable

object Readable
Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

implicit class ByteArrayReadable(a: Array[Byte]) extends Readable
implicit class ByteBufferReadable(buffer: ByteBuffer) extends Readable
implicit class InputStreamReadable(i: InputStream) extends Readable
implicit class StringReadable(s: String) extends Readable

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