What does "=>" mean in Scala? -


what "=>" mean in example below?

trait myservice[e <: entity[id]] extends management {     this: repository[e] =>     // code } 

in example means this has of type repository[e]. means trait myservice can mixed classes extending repository[e].


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -