addition

fun <E> addition(from: Int, added: List<E>): ListChange<E>

Creates a SetChange describing items added to an ObservableSet. You only need to use this when creating your own ObservableSet implementation.