Soon we will be able to show tips about FP feature...
# arrow-meta
r
Soon we will be able to show tips about FP features to our users so they better understand the patterns and intention right in the IDE. Powered by Arrow Meta
🤯 1
❤️ 7
f
How well does code using the compiler plugins work with code that does not?
r
it works the same as regular code as they all emit bytecode that needs to be valid .class etc
so if you don’t use the plugins in the call site you can still explicitly cast or pass the extensions manually but you will not enjoy the features but still remains compatible
in this case you can pass the extension of Mappable as an argument