Files
sailing-analytics/java/com.sap.sse.common.test
Axel Uhl f3c637c50d bug5829: don't use java.util.function stuff in Android apps;
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.
2023-04-19 14:28:57 +02:00
..