Animesh Sahu
09/24/2020, 2:21 PMclass ElementRemoveEvent<E>(
val element: E,
override val collection: ObservableCollection<E>
) : Event<E>
And it is misbehaving as you can see in the screen shots, what is causing this and how do I get rid of it? Is it outcome of excessive type inference?Animesh Sahu
09/24/2020, 2:48 PMTobias Berger
09/24/2020, 2:53 PM@ObservableCollection behind the this in your minus callTobias Berger
09/24/2020, 2:56 PMelement and by that also the ElementRemoveEvent generic typeTobias Berger
09/24/2020, 3:07 PMthis with backingSource in the minus callAnimesh Sahu
09/24/2020, 3:09 PM