and method

Content and(
  1. Content other
)

Implementation

Content and(Content other) =>
    Content.group(explode().followedBy(other.explode()).toList());