Open d6y opened 8 years ago
Should just be a paragraph and example, probably, to in a table:
to[C[_]]
E.g., .to[Set]
.to[Set]
From the mailing list Stefan notes:
You can call .to[Set] on the Query to change it upfront so that Slick doesn't build an intermediate Seq from the result set.
Should just be a paragraph and example, probably, to in a table:
to[C[_]]
- convert to the collection type `C