I try to remove Events between two distinct events. I've found a way to declare a dynamic context, which meets the situation in which I want to remove the event
I'd like to detect events that share the same property. Suppose I have a simple case class: case class Record(name: String, value: Int) Suppose there is the