File tree Expand file tree Collapse file tree
docs/src/modules/ROOT/pages/constraints-and-score Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -552,9 +552,9 @@ pairing a match from each side:
552552the paired matches have a `Comparable` property following the prescribed ordering.
553553- `overlapping()` : the paired matches have two properties (a _start_ and an _end_ property) of the same `Comparable` type
554554that both represent an interval which overlap.
555- // - `containing()` : the match on the left is a collection containing the match on the right.
556- // - `containedIn()` : the match on the right is a collection containing the match on the left.
557- // - `containingAnyOf()` : the collections on both sides have at least one element in common.
555+ - `containing()` : the match on the left is a collection containing the match on the right.
556+ - `containedIn()` : the match on the right is a collection containing the match on the left.
557+ - `containingAnyOf()` : the collections on both sides have at least one element in common.
558558
559559 All `Joiners` methods have an overloaded method to use the same property of the same class on both stream sides.
560560For example, calling `equal(Shift::getEmployee)` is the same as calling `equal(Shift::getEmployee, Shift::getEmployee)` .
You can’t perform that action at this time.
0 commit comments