|
Change Parameter Type callable : AsyncContextualCallable<java.util.concurrent.CompletableFuture<T>> to callable : Callable<CompletableFuture<T>> in method public future(callable Callable<CompletableFuture<T>>) : CompletableFuture<T> in class net.jodah.recurrent.Recurrent.AsyncRecurrentInternal |
From |
To |
|
Change Parameter Type callable : Callable<java.util.concurrent.CompletableFuture<T>> to callable : ContextualCallable<CompletableFuture<T>> in method public future(callable ContextualCallable<CompletableFuture<T>>) : CompletableFuture<T> in class net.jodah.recurrent.Recurrent.AsyncRecurrentInternal |
From |
To |
|
Change Parameter Type callable : Callable<java.util.concurrent.CompletableFuture<T>> to callable : Callable<T> in method package of(callable Callable<T>) : AsyncContextualCallable<T> in class net.jodah.recurrent.AsyncContextualCallable |
From |
To |
|
Change Parameter Type runnable : CheckedRunnable to runnable : AsyncRunnable in method package of(runnable AsyncRunnable) : AsyncContextualCallable<T> in class net.jodah.recurrent.AsyncContextualCallable |
From |
To |
|
Change Parameter Type callable : AsyncCallable<T> to callable : AsyncContextualCallable<T> in method private call(callable AsyncContextualCallable<T>, future RecurrentFuture<T>) : RecurrentFuture<T> in class net.jodah.recurrent.Recurrent.AsyncRecurrentInternal |
From |
To |
|
Change Parameter Type callable : AsyncContextualCallable<T> to callable : Callable<T> in method public get(callable Callable<T>) : RecurrentFuture<T> in class net.jodah.recurrent.Recurrent.AsyncRecurrentInternal |
From |
To |
|
Change Parameter Type runnable : AsyncContextualRunnable to runnable : CheckedRunnable in method package of(runnable CheckedRunnable) : AsyncContextualCallable<T> in class net.jodah.recurrent.AsyncContextualCallable |
From |
To |
|
Change Parameter Type listeners : AsyncListeners<T> to listeners : Listeners<T> in method package AsyncInvocation(callable AsyncContextualCallable<T>, retryPolicy RetryPolicy, scheduler Scheduler, future RecurrentFuture<T>, listeners Listeners<T>) in class net.jodah.recurrent.AsyncInvocation |
From |
To |
|
Change Parameter Type callable : AsyncCallable<T> to callable : AsyncContextualCallable<T> in method package AsyncInvocation(callable AsyncContextualCallable<T>, retryPolicy RetryPolicy, scheduler Scheduler, future RecurrentFuture<T>, listeners Listeners<T>) in class net.jodah.recurrent.AsyncInvocation |
From |
To |
|
Change Parameter Type callable : AsyncContextualCallable<T> to callable : ContextualCallable<T> in method public get(callable ContextualCallable<T>) : RecurrentFuture<T> in class net.jodah.recurrent.Recurrent.AsyncRecurrentInternal |
From |
To |
|
Move Method private call(callable AsyncCallable<T>, retryPolicy RetryPolicy, scheduler Scheduler, future RecurrentFuture<T>, listeners AsyncListeners<T>) : RecurrentFuture<T> from class net.jodah.recurrent.Recurrent to private call(callable AsyncContextualCallable<T>, future RecurrentFuture<T>) : RecurrentFuture<T> from class net.jodah.recurrent.Recurrent.AsyncRecurrentInternal |
From |
To |
|
Move Method public run(runnable CheckedRunnable, retryPolicy RetryPolicy, listeners Listeners<?>) : void from class net.jodah.recurrent.Recurrent to public run(runnable CheckedRunnable) : void from class net.jodah.recurrent.Recurrent.SyncRecurrentInternal |
From |
To |
|
Move Method public run(runnable CheckedRunnable, retryPolicy RetryPolicy) : void from class net.jodah.recurrent.Recurrent to public run(runnable CheckedRunnable) : void from class net.jodah.recurrent.Recurrent.SyncRecurrentInternal |
From |
To |
|
Move Method package of(runnable AsyncContextualRunnable) : AsyncCallable<T> from class net.jodah.recurrent.AsyncCallable to package of(runnable CheckedRunnable) : AsyncContextualCallable<T> from class net.jodah.recurrent.AsyncContextualCallable |
From |
To |
|
Move Method public future(callable Callable<java.util.concurrent.CompletableFuture<T>>, retryPolicy RetryPolicy, scheduler Scheduler) : CompletableFuture<T> from class net.jodah.recurrent.Recurrent to public future(callable ContextualCallable<CompletableFuture<T>>) : CompletableFuture<T> from class net.jodah.recurrent.Recurrent.AsyncRecurrentInternal |
From |
To |
|
Move Method public future(callable AsyncContextualCallable<java.util.concurrent.CompletableFuture<T>>, retryPolicy RetryPolicy, scheduler Scheduler) : CompletableFuture<T> from class net.jodah.recurrent.Recurrent to public future(callable Callable<CompletableFuture<T>>) : CompletableFuture<T> from class net.jodah.recurrent.Recurrent.AsyncRecurrentInternal |
From |
To |
|
Move Method public get(callable AsyncContextualCallable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService, listeners AsyncListeners<T>) : RecurrentFuture<T> from class net.jodah.recurrent.Recurrent to public get(callable ContextualCallable<T>) : RecurrentFuture<T> from class net.jodah.recurrent.Recurrent.AsyncRecurrentInternal |
From |
To |
|
Move Method package initialize(invocation AsyncInvocation) : void from class net.jodah.recurrent.AsyncCallable to package initialize(invocation AsyncInvocation) : void from class net.jodah.recurrent.AsyncContextualCallable |
From |
To |
|
Move Method private call(callable Callable<T>, retryPolicy RetryPolicy, listeners Listeners<T>) : T from class net.jodah.recurrent.Recurrent to private call(callable Callable<T>) : T from class net.jodah.recurrent.Recurrent.SyncRecurrentInternal |
From |
To |
|
Move Method public get(callable AsyncContextualCallable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService) : RecurrentFuture<T> from class net.jodah.recurrent.Recurrent to public get(callable Callable<T>) : RecurrentFuture<T> from class net.jodah.recurrent.Recurrent.AsyncRecurrentInternal |
From |
To |
|
Move Method package of(runnable CheckedRunnable) : AsyncCallable<T> from class net.jodah.recurrent.AsyncCallable to package of(runnable AsyncRunnable) : AsyncContextualCallable<T> from class net.jodah.recurrent.AsyncContextualCallable |
From |
To |
|
Change Return Type java.util.concurrent.CompletableFuture<T> to CompletableFuture<T> in method public future(callable Callable<CompletableFuture<T>>) : CompletableFuture<T> in class net.jodah.recurrent.Recurrent.AsyncRecurrentInternal |
From |
To |
|
Change Return Type Callable<Object> to Callable<T> in method package of(runnable CheckedRunnable) : Callable<T> in class net.jodah.recurrent.Callables |
From |
To |
|
Change Return Type java.util.concurrent.CompletableFuture<T> to CompletableFuture<T> in method public future(callable ContextualCallable<CompletableFuture<T>>) : CompletableFuture<T> in class net.jodah.recurrent.Recurrent.AsyncRecurrentInternal |
From |
To |
|
Change Return Type AsyncCallable<T> to AsyncContextualCallable<T> in method package of(runnable AsyncRunnable) : AsyncContextualCallable<T> in class net.jodah.recurrent.AsyncContextualCallable |
From |
To |
|
Change Return Type AsyncCallable<T> to AsyncContextualCallable<T> in method package of(runnable CheckedRunnable) : AsyncContextualCallable<T> in class net.jodah.recurrent.AsyncContextualCallable |
From |
To |
|
Change Return Type SyncCallable<T> to SyncContextualCallable<T> in method package of(runnable ContextualRunnable) : SyncContextualCallable<T> in class net.jodah.recurrent.SyncContextualCallable |
From |
To |
|
Change Return Type SyncCallable<T> to SyncContextualCallable<T> in method package of(callable ContextualCallable<T>) : SyncContextualCallable<T> in class net.jodah.recurrent.SyncContextualCallable |
From |
To |
|
Change Return Type AsyncCallable<T> to AsyncContextualCallable<T> in method package of(callable Callable<T>) : AsyncContextualCallable<T> in class net.jodah.recurrent.AsyncContextualCallable |
From |
To |