fromRows method

Iterable<E> fromRows(
  1. List<Row> rows
)

Implementation

Iterable<E> fromRows(List<Row> rows) => rows.map(callFromRow);