Attachment

final case
class Attachment[F[_]](filename: Option[String], mimeType: MimeType, content: Stream[F, Byte], length: F[Long])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withFilename(name: String): Attachment[F]
def withLength(flen: F[Long]): Attachment[F]
def withLength(len: Long)(implicit ev: Applicative[F]): Attachment[F]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product