Anorm - load the records in a Vector instead of a list

24 Views Asked by At

Is there an easy way to load the records in a Vector[T] instead of a List[T].

All the examples that I can find on the docs return records in List objects.

Thanks

0

There are 0 best solutions below