with means that the class is using a Trait via mixin.
Post has the Trait IdPK (similar to a Java class can implements an Interface).
See also A Tour of Scala: Mixin Class Composition
with means that the class is using a Trait via mixin.
Post has the Trait IdPK (similar to a Java class can implements an Interface).
See also A Tour of Scala: Mixin Class Composition