One of my classes implicitly inherited the method ...
# announcements
d
One of my classes implicitly inherited the method
apply(lambda: SomeSAMInterface)
. Is there a way to tell the compiler that when I call
myObj.apply { … }
, I actually mean the ext function from standard library?