BodyClean

case class BodyClean[F[_]](change: Document => Document)(implicit evidence$1: Applicative[F]) extends Trans[F]

Modifies/cleans html bodies.

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]

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