What does "=>" mean in the example below?
trait MyService[E <: Entity[ID]] extends Management { this: Repository[E] => // some code } What does "=>" mean in the example below?
trait MyService[E <: Entity[ID]] extends Management { this: Repository[E] => // some code }