Java ignores default interface methods in an imported library and treats them as abstract
I am trying to use the Functional Java library. I just include it in build.gradle with dependencies { compile “org.functionaljava:functionaljava:4.8.1” } and compile using openjdk-15 …