followedBy method

Iterable<T> followedBy(
  1. Iterable<T> other
)

Implementation

Iterable<T> followedBy(Iterable<T> other) => iter.followedBy(other);