Is it possible to delegate (presumably using by
) a single-function interface to a higher-order function?
Is it possible to delegate individual functions to a higher-order function? e.g., either overriding another inherited implementation, or delegating each of the functions in a multi-function interface to a different higher-order function?
If not, would either of these be useful?
Are there existing RFEs?