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

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -