Menu

#39 acdk_core: Unnamed Interface/Delegates

open
acdk_core (12)
3
2002-11-23
2002-11-23
No

Support implementation of unnamed Interfaces in Java:

interface IFace { void foo(); }

new IFace { void foo() { /* */ } };

and or Delegate functions.

Maybe use MI Attributes for this purpose.

Another usefull language construct whould be
lambda expressions.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB