fromMany method

Iterable<T> fromMany(
  1. Iterable<F> fromList
)

Implementation

Iterable<T> fromMany(Iterable<F> fromList) => fromList.map(from);