operator | method

Or operator |(
  1. Expression other
)

Creates a 'logical or' expression of this expression and the other

Implementation

Or operator |(Expression other) => or(other);