method void UniAwait<T>::<init>(Uni<T>) updated to method void UniAwait<T>::<init>(Uni<T>, Context)
| method void UniAwait::(Uni, Context)
| Private API impacted by the new Mutiny context support
|
method void UniAwaitOptional<T>::<init>(Uni<T>) updated to method void UniAwaitOptional<T>::<init>(Uni<T>, Context)
| method void UniAwaitOptional::(Uni, Context)
| Private API impacted by the new Mutiny context support
|
method void BlockingIterable<T>::<init>(org.reactivestreams.Publisher<? extends T>, int, Supplier<Queue<T>>) updated to method void BlockingIterable<T>::<init>(Multi<? extends T>, int, Supplier<Queue<T>>, Supplier<Context>)
| method void BlockingIterable::(Multi<? extends T>, int, Supplier<Queue>, Supplier)
| Private API impacted by the new Mutiny context support
|
method void UniCallbackSubscriber<T>::<init>(Consumer<? super T>, Consumer<? super Throwable>) updated to method void UniCallbackSubscriber<T>::<init>(Consumer<? super T>, Consumer<? super Throwable>, Context)
| method void UniCallbackSubscriber::(Consumer<? super T>, Consumer<? super Throwable>, Context)
| Private API impacted by the new Mutiny context support
|
method void subscription.Subscribers.CallbackBasedSubscriber<T>::<init>(Consumer<? super T>, Consumer<? super Throwable>, Runnable, Consumer<? super org.reactivestreams.Subscription>) updated to method void subscription.Subscribers.CallbackBasedSubscriber<T>::<init>(Context, Consumer<? super T>, Consumer<? super Throwable>, Runnable, Consumer<? super org.reactivestreams.Subscription>)
| method void subscription.Subscribers.CallbackBasedSubscriber::(Context, Consumer<? super T>, Consumer<? super Throwable>, Runnable, Consumer<? super org.reactivestreams.Subscription>)
| Private API impacted by the new Mutiny context support
|
method <T> subscription.CancellableSubscriber<T> subscription.Subscribers::from(Consumer<? super T>, Consumer<? super Throwable>, Runnable, Consumer<? super org.reactivestreams.Subscription>) updated to method <T> subscription.CancellableSubscriber<T> subscription.Subscribers::from(Context, Consumer<? super T>, Consumer<? super Throwable>, Runnable, Consumer<? super org.reactivestreams.Subscription>)
| method subscription.CancellableSubscriber subscription.Subscribers::from(Context, Consumer<? super T>, Consumer<? super Throwable>, Runnable, Consumer<? super org.reactivestreams.Subscription>)
| Private API impacted by the new Mutiny context support
|
method MultiCollect<T> Multi<T>::collectItems() has been removed
|
| Deprecated API removal (~1 year old)
|
method MultiGroup<T> Multi<T>::groupItems() has been removed
|
| Deprecated API removal (~1 year old)
|
method MultiTransform<T> Multi<T>::transform() has been removed
|
| Deprecated API removal (~1 year old)
|
method Uni<T> Uni<T>::cache() has been removed
|
| Deprecated API removal (~1 year old)
|
method Multi<T> MultiOverflow<T>::drop(Consumer<T>) has been removed
|
| Deprecated API removal (~1 year old)
|
class MultiTransform<T> has been removed
|
| Deprecated API removal (~1 year old)
|
method MultiTransform<T> AbstractMulti<T>::transform() @ MultiGlobalSpy<T> has been removed
|
| Deprecated API removal (~1 year old)
|
method MultiTransform<T> AbstractMulti<T>::transform() @ MultiOnCancellationSpy<T> has been removed
|
| Deprecated API removal (~1 year old)
|
method MultiTransform<T> AbstractMulti<T>::transform() @ MultiOnCompletionSpy<T> has been removed
|
| Deprecated API removal (~1 year old)
|
method MultiTransform<T> AbstractMulti<T>::transform() @ MultiOnFailureSpy<T> has been removed
|
| Deprecated API removal (~1 year old)
|
method MultiTransform<T> AbstractMulti<T>::transform() @ MultiOnItemSpy<T> has been removed
|
| Deprecated API removal (~1 year old)
|
method MultiTransform<T> AbstractMulti<T>::transform() @ MultiOnOverflowSpy<T> has been removed
|
| Deprecated API removal (~1 year old)
|
method MultiTransform<T> AbstractMulti<T>::transform() @ MultiOnRequestSpy<T> has been removed
|
| Deprecated API removal (~1 year old)
|
method MultiTransform<T> AbstractMulti<T>::transform() @ MultiOnSubscribeSpy<T> has been removed
|
| Deprecated API removal (~1 year old)
|
method MultiTransform<T> AbstractMulti<T>::transform() @ MultiOnTerminationSpy<T> has been removed
|
| Deprecated API removal (~1 year old)
|
method UniMemoize<T> Uni<T>::memoize() updated to method UniMemoize<T> Uni<T>::memoize()
| method UniMemoize Uni::memoize()
| Experimental API has been promoted
|
class UniMemoize<T> updated to class UniMemoize<T>
| class UniMemoize
| Experimental API has been promoted
|