class MultiItemCombineIterable moved to io.smallrye.mutiny.groups |
|
API-exposed class has been moved to a public API package, it was mistakenly located into an implementation package |
class MultiItemCombine2 ...MultiItemCombine9 moved to io.smallrye.mutiny.groups |
|
API-exposed class has been moved to a public API package, it was mistakenly located into an implementation package |
method void UniGlobalSpy<T>::subscribing(UniSubscriber<? super T>) renamed |
subscribe(UniSubscriber<? super T>) |
The method has been renamed to subscribe to align with the Multi API. |
method void UniOnCancellationSpy<T>::subscribing(UniSubscriber<? super T>) renamed |
subscribe(UniSubscriber<? super T>) |
The method has been renamed to subscribe to align with the Multi API. |
method void UniOnFailureSpy<T>::subscribing(UniSubscriber<? super T>) renamed |
subscribe(UniSubscriber<? super T>) |
The method has been renamed to subscribe to align with the Multi API. |
method void UniOnItemOrFailureSpy<T>::subscribing(UniSubscriber<? super T>) renamed |
subscribe(UniSubscriber<? super T>) |
The method has been renamed to subscribe to aligned with the Multi API. |
method void UniOnItemSpy<T>::subscribing(UniSubscriber<? super T>) renamed |
subscribe(UniSubscriber<? super T>) |
The method has been renamed to subscribe to align with the Multi API. |
method void UniOnSubscribeSpy<T>::subscribing(UniSubscriber<? super T>) renamed |
subscribe(UniSubscriber<? super T>) |
The method has been renamed to subscribe to align with the Multi API. |
method void UniOnTerminationSpy<T>::subscribing(UniSubscriber<? super T>) renamed |
subscribe(UniSubscriber<? super T>) |
The method has been renamed to subscribe to align with the Multi API. |