Closed qingwei91 closed 8 years ago
Hi, may I know if autowire works with methods that takes in type parameters?
For example
def generateData[T](implicit generator: Gen[T]): T = ???
If it does not, what is the recommended way?
write methods for each type I want to use?
No it does not, reply got from scalajs gitter channel
Hi, may I know if autowire works with methods that takes in type parameters?
For example
def generateData[T](implicit generator: Gen[T]): T = ???
If it does not, what is the recommended way?
write methods for each type I want to use?