Bug 471277 - Extend `to` to functional interfaces
Summary: Extend `to` to functional interfaces
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Golo (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2015-06-29 04:36 EDT by Julien Ponge CLA
Modified: 2016-05-25 10:27 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Ponge CLA 2015-06-29 04:36:00 EDT
(from https://github.com/golo-lang/golo-lang/issues/254)

FunctionReference has a `to` method, but it only works for single-method interfaces.

We should also support functional interfaces.