ChildrenCommandInserter

com.raquo.laminar.modifiers.ChildrenCommandInserter$

Note: this is a low level inserter. It is the fastest one in certain cases, but due to its rather imperative API, its usefulness is very limited.

It's good for simple operations on voluminous data, like prepending new log items to a big list, but not much else.

Consider using children <-- observable.split(...) instead, it has great performance and is much more convenient.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Deprecated types

Attributes

Deprecated
true

Value members

Concrete methods

def apply[Component, El <: Base](commands: EventStream[CollectionCommand[Component]], renderableNode: RenderableNode[Component]): Inserter[El]
def updateList[Component](command: CollectionCommand[Component], parentNode: Base, sentinelNode: Base, extraNodeCount: Int, renderableNode: RenderableNode[Component]): Int