mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-23 14:08:40 +00:00
in particular, java.util.function.Predicate won't work below API level 24, and our minSdk is 16 (Android 4.x). 24 would be Android 7.x. Using a dedicated @FunctionalInterface with a boolean test(T) method does the trick.