yieldAll

open fun yieldAll(events: Iterator<T>)

Appends an Iterator of events to the operations of this site.

Parameters

events

the events that will be added to the log.


open fun yieldAll(events: Iterable<T>)

Appends an Iterable of events to the operations of this site.

Parameters

events

the events that will be added to the log.