io.github.quafadas.scautable

Members list

Type members

Classlikes

object CSV

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
CSV.type
object CSVParser

According to chatGPT will parse RFC 4180 compliant CSV.

According to chatGPT will parse RFC 4180 compliant CSV.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
CSVParser.type
object ColumnTyped

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object ConsoleFormat

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class CsvIterator[K <: Tuple](filePath: String) extends Iterator[NamedTuple[K, StringyTuple[K & Tuple]]]

Attributes

Supertypes
trait Iterator[NamedTuple[K, StringyTuple[K & Tuple]]]
trait IterableOnceOps[NamedTuple[K, StringyTuple[K & Tuple]], Iterator, Iterator[NamedTuple[K, StringyTuple[K & Tuple]]]]
trait IterableOnce[NamedTuple[K, StringyTuple[K & Tuple]]]
class Object
trait Matchable
class Any
Show all
object Excel

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Excel.type
class ExcelIterator[K](filePath: String, sheetName: String) extends Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]]

Attributes

Supertypes
trait Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]]
trait IterableOnceOps[NamedTuple[K & Tuple, StringyTuple[K & Tuple]], Iterator, Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]]]
trait IterableOnce[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]]
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

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

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

Value members

Concrete methods

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