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]]
class DataSourceWriteDsl[A, Writer, HtmlTableEncoder, HtmlTableEncoderConfig, HtmlDataSourceWriter, HtmlWriteDsl[A]]
trait Serializable
class Object
trait Matchable
class Any
Value members
Concrete methods
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]
Inherited methods
def file(path: Path, encoding: Charset, openOptions: OpenOption*)(implicit ev: HtmlTableEncoder[A]): SideEffect[Writer, _, A]
- Inherited from:
- DataSourceFilesWriteDslMixin