Skip to content

SIP: Structural Types #5372

Closed
Closed
@odersky

Description

@odersky

The following changes were suggested at the SIP meeting:

Instead of selectDynamicMethod, use applyDynamic and pass the arguments directly in a separate list:

def selectDynamicMethod(name: String, paramClasses: ClassTag[_]*): Any

becomes

def applyDynamic(name: String, paramClasses: ClassTag[_]*)(args: Any*): Any

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions