Bins

works.iterative.ui.components.laminar.Bins
case class Bins[T, U](bins: Seq[Bin[T, U]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(v: T): Seq[U]
def interleave(a: Seq[L.HtmlElement], separator: => L.HtmlElement): Seq[L.HtmlElement]
def map[A](r: (Bin[T, U]) => T => A): Bins[T, A]
def renderSeparated(r: (Bin[T, U]) => T => L.HtmlElement, separator: => L.HtmlElement = ..., container: HtmlTag[Element] = ...)(v: T): L.HtmlElement

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product