removal

fun <E> removal(removed: Set<E>): SetChange<E>

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