io.github.quafadas.scautable
package io.github.quafadas.scautable
Members list
Type members
Experimental classlikes
object CSV
Attributes
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass 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
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CSVParser.type
object ColumnTyped
Attributes
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ColumnTyped.type
object ConsoleFormat
Attributes
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ConsoleFormat.type
Attributes
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
class CsvIterator[K <: Tuple](filePath: String) extends Iterator[NamedTuple[K, StringyTuple[K & Tuple]]]
Attributes
- Experimental
- true
- Supertypes
-
trait IterableOnceOps[NamedTuple[K, StringyTuple[K & Tuple]], Iterator, Iterator[NamedTuple[K, StringyTuple[K & Tuple]]]]class Objecttrait Matchableclass AnyShow all
object Excel
Attributes
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Excel.type
class ExcelIterator[K](filePath: String, sheetName: String) extends Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]]
Attributes
- Experimental
- true
- Supertypes
-
trait IterableOnceOps[NamedTuple[K & Tuple, StringyTuple[K & Tuple]], Iterator, Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]]]class Objecttrait Matchableclass AnyShow all
object NamedTupleIteratorExtensions
Attributes
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
trait PlatformSpecific
Attributes
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass 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
- Self type
-
scautable.type
Value members
Experimental methods
Attributes
- Experimental
- true
In this article