No, you cannot. Think of extension functions as sy...
# announcements
d
No, you cannot. Think of extension functions as syntax sugar for "static methods".
d
diesieben07: Agreed. However, it’s more about “util” methods like
StringUtils.*
,
IOUtils.*
, static or not. It’s a more OOP, readable way to implement these
d
Yes, I know. It's about how they behave though.
They are statically resolved, not dynamically.