insertTrail method

Iterable<E> insertTrail(
  1. E value
)

Implementation

Iterable<E> insertTrail(E value) => insertTrailMaker(() => value);