ChildrenCommandInserter

Note: this is a low level inserter. It is the fastest one, but due to its rather imperative API, its usefulness is very limited. It's good for simple but voluminous stuff, like appending 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.

class Object
trait Matchable
class Any

Type members

Value members

Concrete methods

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