I was walking through the documentation of Slick to setup a quick working prototype.
In the Mapped Tables section I see a <> operator in the examp
<>
If you clone the Slick source repo and grep for def <>, you'll find that <> is a method of ShapedValue that returns a MappedProjection.
def <>