-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I use a lot of Java 8 API such as Stream, CompletableFuture, Optional which helps me build a beautiful code. But they're only supported since Android 7.0. If I want to adapt older Android, I may have to give up these API. That's too sad.
I found a compat library that takes lots of Java 8/9 API to old version: https://sourceforge.net/projects/streamsupport/
PS: it may induce package size a lot.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request