Bin

works.iterative.ui.components.laminar.Bin
case class Bin[Source, +Value](label: String, description: Option[String | L.HtmlElement], valueOf: Source => Value)

Attributes

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

Members list

Value members

Concrete methods

def map[NewValue](f: (Bin[Source, Value]) => Source => NewValue): Bin[Source, NewValue]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product