HtmlWriteDsl

class HtmlWriteDsl[A](val config: HtmlTableEncoderConfig[A]) extends DataSourceWriteDsl[A, Writer, HtmlTableEncoder, HtmlTableEncoderConfig, HtmlDataSourceWriter, HtmlWriteDsl[A]] with DataSourceJavaIOWriteDslMixin[A, HtmlTableEncoder, HtmlTableEncoderConfig, HtmlDataSourceWriter, HtmlWriteDsl[A]] with DataSourceFilesWriteDslMixin[A, Writer, HtmlTableEncoder, HtmlTableEncoderConfig, HtmlDataSourceWriter, HtmlWriteDsl[A]]
trait DataSourceFilesWriteDslMixin[A, Writer, HtmlTableEncoder, HtmlTableEncoderConfig, HtmlDataSourceWriter, HtmlWriteDsl[A]]
trait DataSourceJavaIOWriteDslMixin[A, HtmlTableEncoder, HtmlTableEncoderConfig, HtmlDataSourceWriter, HtmlWriteDsl[A]]
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def option(naming: Naming): HtmlWriteDsl[A]
def option(styling: HtmlStyling[A]): HtmlWriteDsl[A]
def options(htmlTag: TypedTag[String], headTag: TypedTag[String], bodyTag: TypedTag[String], tableTag: TypedTag[String], trTag: TypedTag[String], thTag: TypedTag[String], tdTag: TypedTag[String], naming: Naming, styling: HtmlStyling[A]): HtmlWriteDsl[A]
override def withConfig(config: HtmlTableEncoderConfig[A]): HtmlWriteDsl[A]
Definition Classes
DataSourceWriteDsl

Inherited methods

def file(path: Path, encoding: Charset, openOptions: OpenOption*)(implicit ev: HtmlTableEncoder[A]): SideEffect[Writer, _, A]
Inherited from:
DataSourceFilesWriteDslMixin
def file(path: Path)(implicit ev: HtmlTableEncoder[A]): SideEffect[Writer, _, A]
Inherited from:
DataSourceFilesWriteDslMixin
def save(sink: => Writer)(implicit ev: HtmlTableEncoder[A]): SideEffect[Writer, _, A]
Inherited from:
DataSourceWriteDsl
def string(builder: StringBuilder)(implicit ev: HtmlTableEncoder[A]): SideEffect[Writer, _, A]
Inherited from:
DataSourceJavaIOWriteDslMixin

Concrete fields