Uses of Interface
dev.mccue.guava.concurrent.ListenableScheduledFuture
-
Uses of ListenableScheduledFuture in dev.mccue.guava.concurrent
Methods in dev.mccue.guava.concurrent that return ListenableScheduledFutureModifier and TypeMethodDescriptiondefault ListenableScheduledFuture<?>Duration-based overload ofListeningScheduledExecutorService.schedule(Runnable, long, TimeUnit).<V extends @Nullable Object>
ListenableScheduledFuture<V>default <V extends @Nullable Object>
ListenableScheduledFuture<V>Duration-based overload ofListeningScheduledExecutorService.schedule(Callable, long, TimeUnit).ListeningScheduledExecutorService.scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit) default ListenableScheduledFuture<?>ListeningScheduledExecutorService.scheduleAtFixedRate(Runnable command, Duration initialDelay, Duration period) Duration-based overload ofListeningScheduledExecutorService.scheduleAtFixedRate(Runnable, long, long, TimeUnit).ListeningScheduledExecutorService.scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit) default ListenableScheduledFuture<?>ListeningScheduledExecutorService.scheduleWithFixedDelay(Runnable command, Duration initialDelay, Duration delay) Duration-based overload ofListeningScheduledExecutorService.scheduleWithFixedDelay(Runnable, long, long, TimeUnit).