toMany method

Iterable<F> toMany(
  1. Iterable<T> toList
)

Implementation

Iterable<F> toMany(Iterable<T> toList) => toList.map(to);