object Signature
- Companion
- class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Type members
Classlikes
Encodes the structure of an uncurried Scala method signature, with generic type parameter lists erased to just their size and position.
Encodes the structure of an uncurried Scala method signature, with generic type parameter lists erased to just their size and position.
- Value Params
- params
represents types of method parameters interspersed by the lengths of generic type parameter lists
- result
represents the type of the method result