LowPriorityImplicits

com.raquo.laminar.Implicits$.LowPriorityImplicits

Implicit conversions from X to Inserter are primarily needed for convenience in onMountInsert, but they are an expensive overkill in other contexts where converting all these types to regular Modifiers is cheaper and just as functional, so the conversions below are de-prioritized.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Implicits
trait Laminar

Members list

Implicits

Implicits

implicit def componentArrayToInserter[Component : RenderableNode](components: Array[Component]): Base
implicit def componentJsArrayToInserter[Component : RenderableNode](components: JsArray[Component]): Base
implicit def componentOptionToInserter[Component : RenderableNode](maybeComponent: Option[Component]): Base
implicit def componentSeqToInserter[Component : RenderableNode](components: Seq[Component]): Base
implicit def componentSjsArrayToInserter[Component : RenderableNode](components: Array[Component]): Base
implicit def componentToInserter[Component](component: Component)(implicit renderable: RenderableNode[Component]): Base
implicit def nodeArrayToInserter(nodes: Array[Base]): Base
implicit def nodeJsArrayToInserter[N <: Base](nodes: JsArray[N]): Base
implicit def nodeOptionToInserter(maybeNode: Option[Base]): Base
implicit def nodeSeqToInserter(nodes: Seq[Base]): Base
implicit def nodeSjsArrayToInserter[N <: Base](nodes: Array[N]): Base
implicit def nodeToInserter(node: Base): Base
implicit def textToInserter[A](value: A)(implicit renderable: RenderableText[A]): Base