followedBy method

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

Implementation

Iterable<E> followedBy(Iterable<E> other) => value.followedBy(other);