Attach

case
class Attach[F[_]](attach: Attachment[F]) extends Trans[F]
Companion
object
trait Serializable
trait Product
trait Equals
trait Trans[F]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(mail: Mail[F]): Mail[F]
def withFilename(name: String): Attach[F]
def withFilename(name: Option[String]): Attach[F]
def withLength(len: Long)(implicit ev: Applicative[F]): Attach[F]
def withLength(len: F[Long]): Attach[F]
def withMimeType(mimeType: MimeType): Attach[F]
def withMimeType(mimeType: Option[MimeType]): Attach[F]

Inherited methods

def andThen(next: Trans[F]): Trans[F]
Inherited from
Trans
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product