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
How well does code using the compiler plugins work with code that does not?
r
raulraja
10/23/2019, 10:42 PM
it works the same as regular code as they all emit bytecode that needs to be valid .class etc
raulraja
10/23/2019, 10:42 PM
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
raulraja
10/23/2019, 10:42 PM
in this case you can pass the extension of Mappable as an argument