java 8 - CompletableFuture in the Android Support Library? -


so migrating android studio project java 8, android api level 24 , jack toolchain today check out new features, lambdas , completablefuture.

unfortunately, completablefuture seems available api level 24 on (my minimum api level project being 16).

do know of plans on bringing completablefuture android support library? looks nice solution promises pattern.

the streamsupport project provides backport of completablefuture in streamsupport-cfuture component can used android development, supported on devices.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -