popWrite

fun popWrite(): Pair<DeltaCRDT, DeltaCRDT>

Pop (return and delete) the last delta submitted via onWrite() Throws NullPointerException if last submitted delta has already been pop()ed.

Return

the last write as a Pair(obj, delta)