removeSilent

fun removeSilent(o: T): Boolean

removes o from the ObservableList silently.

Return

true if this list contained the specified element.

Parameters

o

Element to be removed from this list, if present.