Erwin Dupont
Erwin Dupont
**Is your feature request related to a problem? Please describe.** I am working on a Spring Boot 2.7 Java 17 application. We are planning a feature where we chose jobrunr...
## Context According to the JavaDocs `SortedSet#intersect` should always return members from **_this_**: https://eclipse.dev/collections/javadoc/11.1.0/org/eclipse/collections/api/set/sorted/ImmutableSortedSet.html#intersect(org.eclipse.collections.api.set.SetIterable) > Description copied from interface: [SortedSetIterable](https://eclipse.dev/collections/javadoc/11.1.0/org/eclipse/collections/api/set/sorted/SortedSetIterable.html#intersect(org.eclipse.collections.api.set.SetIterable)) > Returns the set of all objects that are members...