Implicits

com.raquo.laminar.api.Implicits
See theImplicits companion trait
object Implicits

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Implicits.type

Members list

Type members

Classlikes

Implicit conversions from X to Inserter are primarily needed for onMountInsert, but they are relatively expensive compared to simpler alternatives when a mere Modifier would suffice. And so, the conversions below are de-prioritized.

Implicit conversions from X to Inserter are primarily needed for onMountInsert, but they are relatively expensive compared to simpler alternatives when a mere Modifier would suffice. And so, the conversions below are de-prioritized.

#Note: Prior to v17, these conversions involved dynamic inserters with inefficient implementations like children <-- Val(nodes.toList). Now, they use static inserters, and don't have such a significant inefficiency. #TODO Simplify this! See the other #TODO comment above about moving stuff out of LowPriorityImplicits.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Implicits
trait Laminar
final class RichSource[A](val source: Source[A]) extends AnyVal

Some of these methods are redundant, but we need them for type inference to work.

Some of these methods are redundant, but we need them for type inference to work.

Attributes

Supertypes
class AnyVal
trait Matchable
class Any