followedBy method

view source

Iterable<E> followedBy (Iterable<E> other) inherited

Implementation

Iterable<E> followedBy(Iterable<E> other) =>
    FollowedByIterable<E>.firstEfficient(this, other);