io.github.quafadas.scautable

Members list

Type members

Experimental classlikes

object CSV

Attributes

Experimental
true
Supertypes
class Object
trait Matchable
class Any
Self type
CSV.type
object ConsoleFormat

Attributes

Experimental
true
Supertypes
class Object
trait Matchable
class Any
Self type
case class ConversionAcc(validInts: Long, validDoubles: Long, validLongs: Long)

Attributes

Experimental
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Experimental
true
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object scautable
object scautable extends PlatformSpecific

This is a simple library to render a scala case class as an html table. It assumes the presence of a HtmlTableRender instance for each type in the case class.

This is a simple library to render a scala case class as an html table. It assumes the presence of a HtmlTableRender instance for each type in the case class.

Attributes

Experimental
true
Supertypes
class Object
trait Matchable
class Any
Self type
scautable.type

Value members

Experimental methods

def recommendConversion(acc: List[ConversionAcc], rowCount: Long): String

Attributes

Experimental
true