concat abstract method

RulesList<T> concat(
  1. RulesList<T> other
)

Create a new list by adding the elements of another list to the end of this list.

Implementation

RulesList<T> concat(RulesList<T> other);