PlatformSpecific

io.github.quafadas.scautable.PlatformSpecific

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object scautable

Members list

Value members

Concrete methods

inline def desktopShow[A <: Product](a: Seq[A])(using tableDeriveInstance: HtmlTableRender[A]): Path

Attempts to open a browser window, and display this Seq of Product as a table.

Attempts to open a browser window, and display this Seq of Product as a table.

Value parameters

a

- seq of case classes

tableDeriveInstance

- summon a HtmlTableRender instance for the case class

Attributes

inline def desktopShowNt[K <: Tuple, V <: Tuple](a: Seq[NamedTuple[K, V]])(using tableDeriveInstance: HtmlTableRender[V]): Path