WritableSource

implicit class WritableSource[T](s: T)(implicit f: T => Writable) extends Source
trait Source
trait Writable
class Object
trait Matchable
class Any

Value members

Concrete methods

def getHandle(): Either[Writable, SeekableByteChannel]

Inherited methods

def contentLength: Option[Long]
Inherited from:
Writable
override def httpContentType: Option[String]
Definition Classes
Source -> Writable
Inherited from:
Source
def writeBytesTo(out: WritableByteChannel): AnyVal
Inherited from:
Source
def writeBytesTo(out: OutputStream): Unit
Inherited from:
Source

Concrete fields

val writable: Writable