outerJoin method

OuterJoin outerJoin(
  1. dynamic otherSequence, [
  2. dynamic predicate
])

Implementation

OuterJoin outerJoin(otherSequence, [predicate]) =>
    OuterJoin(this, otherSequence, predicate);