AttachInputStream

case
class AttachInputStream[F[_]](is: F[InputStream], filename: Option[String], mimeType: MimeType, length: Option[F[Long]], chunkSize: Int)(implicit evidence$2: Async[F]) extends Trans[F]
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 withChunkSize(size: Int): AttachInputStream[F]
def withFilename(name: String): AttachInputStream[F]
def withLength(len: Long): AttachInputStream[F]
def withLength(len: F[Long]): AttachInputStream[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