|
Rename Parameter action : Transformer<V,U> to transformer : Transformer<V,U> in method public abstract andThenTry(transformer Transformer<V,U>) : Try<U> in class org.junit.platform.commons.function.Try |
From |
To |
|
Rename Parameter action : Supplier<Try<V>> to supplier : Supplier<Try<V>> in method public orElse(supplier Supplier<Try<V>>) : Try<V> in class org.junit.platform.commons.function.Try.Failure |
From |
To |
|
Rename Parameter action : Function<V,Try<U>> to function : Function<V,Try<U>> in method public andThen(function Function<V,Try<U>>) : Try<U> in class org.junit.platform.commons.function.Try.Failure |
From |
To |
|
Rename Parameter action : Supplier<Try<V>> to supplier : Supplier<Try<V>> in method public orElse(supplier Supplier<Try<V>>) : Try<V> in class org.junit.platform.commons.function.Try.Success |
From |
To |
|
Rename Parameter action : Function<V,Try<U>> to function : Function<V,Try<U>> in method public andThen(function Function<V,Try<U>>) : Try<U> in class org.junit.platform.commons.function.Try.Success |
From |
To |
|
Rename Parameter action : Function<V,Try<U>> to function : Function<V,Try<U>> in method public abstract andThen(function Function<V,Try<U>>) : Try<U> in class org.junit.platform.commons.function.Try |
From |
To |
|
Rename Parameter action : Supplier<Try<V>> to supplier : Supplier<Try<V>> in method public abstract orElse(supplier Supplier<Try<V>>) : Try<V> in class org.junit.platform.commons.function.Try |
From |
To |