Class SpotifyApiThreading



  • public class SpotifyApiThreading
    extends Object
    • Constructor Detail

      • SpotifyApiThreading

        public SpotifyApiThreading​()
    • Method Detail

      • executeAsync

        public static <T> Future<T> executeAsync​(Callable<T> callable)