Skip navigation links
A B C D E F G I L M O P R S T W 

A

apply(Multi<I>) - Method in interface io.smallrye.mutiny.streams.operators.ProcessingStage
Adapts the streams.
apply(Multi<I>) - Method in interface io.smallrye.mutiny.streams.operators.TerminalStage
Creates the CompletionStage called when the embedded logic has completed or failed.
apply(Multi<T>) - Static method in class io.smallrye.mutiny.streams.spi.Transformer
Calls the model.

B

buildCompletion(Graph) - Method in class io.smallrye.mutiny.streams.Engine
 
buildProcessor(Graph) - Method in class io.smallrye.mutiny.streams.Engine
 
buildPublisher(Graph) - Method in class io.smallrye.mutiny.streams.Engine
 
buildSubscriber(Graph) - Method in class io.smallrye.mutiny.streams.Engine
 

C

cancel() - Method in class io.smallrye.mutiny.streams.utils.WrappedSubscription
 
cancelIfNotSubscribed() - Method in class io.smallrye.mutiny.streams.utils.CancellablePublisher
 
CancellablePublisher<T> - Class in io.smallrye.mutiny.streams.utils
Wrapped a source publisher and make it cancellable on demand.
CancellablePublisher(Publisher<T>) - Constructor for class io.smallrye.mutiny.streams.utils.CancellablePublisher
 
CancelStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of Stage.Cancel.
CancelStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.CancelStageFactory
 
cast(Function<?, ?>) - Static method in class io.smallrye.mutiny.streams.utils.Casts
 
cast(Predicate<?>) - Static method in class io.smallrye.mutiny.streams.utils.Casts
 
cast(ProcessingStage<?, ?>) - Static method in class io.smallrye.mutiny.streams.utils.Casts
 
cast(Processor<?, ?>) - Static method in class io.smallrye.mutiny.streams.utils.Casts
 
cast(CompletionStage<?>) - Static method in class io.smallrye.mutiny.streams.utils.Casts
 
Casts - Class in io.smallrye.mutiny.streams.utils
Cosmetic cast / generic / erasure fixes.
CollectStageFactory - Class in io.smallrye.mutiny.streams.stages
Implement the Stage.Collect stage.
CollectStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.CollectStageFactory
 
ConcatStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.Concat stage.
ConcatStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.ConcatStageFactory
 
ConnectableProcessor<T> - Class in io.smallrye.mutiny.streams.utils
A processor forwarding to a subscriber.
ConnectableProcessor() - Constructor for class io.smallrye.mutiny.streams.utils.ConnectableProcessor
 
CoupledStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.Coupled stage.
CoupledStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.CoupledStageFactory
 
CouplingProcessor<I,O> - Class in io.smallrye.mutiny.streams.utils
 
CouplingProcessor(Publisher<I>, Subscriber<I>, Publisher<O>) - Constructor for class io.smallrye.mutiny.streams.utils.CouplingProcessor
 
create(Engine, T) - Method in interface io.smallrye.mutiny.streams.operators.ProcessingStageFactory
Creates the instance.
create(Engine, T) - Method in class io.smallrye.mutiny.streams.operators.ProcessorOperator
 
create(Engine, T) - Method in class io.smallrye.mutiny.streams.operators.PublisherOperator
 
create(Engine, T) - Method in interface io.smallrye.mutiny.streams.operators.PublisherStageFactory
Creates the instance.
create(Engine, T) - Method in class io.smallrye.mutiny.streams.operators.TerminalOperator
 
create(Engine, T) - Method in interface io.smallrye.mutiny.streams.operators.TerminalStageFactory
Creates the instance.
create(Engine, Stage.Cancel) - Method in class io.smallrye.mutiny.streams.stages.CancelStageFactory
 
create(Engine, Stage.Collect) - Method in class io.smallrye.mutiny.streams.stages.CollectStageFactory
 
create(Engine, Stage.Concat) - Method in class io.smallrye.mutiny.streams.stages.ConcatStageFactory
 
create(Engine, Stage.Coupled) - Method in class io.smallrye.mutiny.streams.stages.CoupledStageFactory
 
create(Engine, Stage.Distinct) - Method in class io.smallrye.mutiny.streams.stages.DistinctStageFactory
 
create(Engine, Stage.DropWhile) - Method in class io.smallrye.mutiny.streams.stages.DropWhileStageFactory
 
create(Engine, Stage.Failed) - Method in class io.smallrye.mutiny.streams.stages.FailedPublisherStageFactory
 
create(Engine, Stage.Filter) - Method in class io.smallrye.mutiny.streams.stages.FilterStageFactory
 
create(Engine, Stage.FindFirst) - Method in class io.smallrye.mutiny.streams.stages.FindFirstStageFactory
 
create(Engine, Stage.FlatMapCompletionStage) - Method in class io.smallrye.mutiny.streams.stages.FlatMapCompletionStageFactory
 
create(Engine, Stage.FlatMapIterable) - Method in class io.smallrye.mutiny.streams.stages.FlatMapIterableStageFactory
 
create(Engine, Stage.FlatMap) - Method in class io.smallrye.mutiny.streams.stages.FlatMapStageFactory
 
create(Engine, Stage.FromCompletionStage) - Method in class io.smallrye.mutiny.streams.stages.FromCompletionStageFactory
 
create(Engine, Stage.FromCompletionStageNullable) - Method in class io.smallrye.mutiny.streams.stages.FromCompletionStageNullableFactory
 
create(Engine, Stage.Of) - Method in class io.smallrye.mutiny.streams.stages.FromIterableStageFactory
 
create(Engine, Stage.PublisherStage) - Method in class io.smallrye.mutiny.streams.stages.FromPublisherStageFactory
 
create(Engine, Stage.Limit) - Method in class io.smallrye.mutiny.streams.stages.LimitStageFactory
 
create(Engine, Stage.Map) - Method in class io.smallrye.mutiny.streams.stages.MapStageFactory
 
create(Engine, Stage.OnComplete) - Method in class io.smallrye.mutiny.streams.stages.OnCompleteStageFactory
 
create(Engine, Stage.OnErrorResume) - Method in class io.smallrye.mutiny.streams.stages.OnErrorResumeStageFactory
 
create(Engine, Stage.OnErrorResumeWith) - Method in class io.smallrye.mutiny.streams.stages.OnErrorResumeWithStageFactory
 
create(Engine, Stage.OnError) - Method in class io.smallrye.mutiny.streams.stages.OnErrorStageFactory
 
create(Engine, Stage.OnTerminate) - Method in class io.smallrye.mutiny.streams.stages.OnTerminateStageFactory
 
create(Engine, Stage.Peek) - Method in class io.smallrye.mutiny.streams.stages.PeekStageFactory
 
create(Engine, Stage.ProcessorStage) - Method in class io.smallrye.mutiny.streams.stages.ProcessorStageFactory
 
create(Engine, Stage.Skip) - Method in class io.smallrye.mutiny.streams.stages.SkipStageFactory
 
create(Engine, Stage.SubscriberStage) - Method in class io.smallrye.mutiny.streams.stages.SubscriberStageFactory
 
create(Engine, Stage.TakeWhile) - Method in class io.smallrye.mutiny.streams.stages.TakeWhileStageFactory
 

D

DefaultSubscriberWithCompletionStage<T,R> - Class in io.smallrye.mutiny.streams.utils
 
DefaultSubscriberWithCompletionStage(Processor<T, T>, CompletionStage<R>) - Constructor for class io.smallrye.mutiny.streams.utils.DefaultSubscriberWithCompletionStage
 
DistinctStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.Distinct stage.
DistinctStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.DistinctStageFactory
 
DropWhileStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.DropWhile stage.
DropWhileStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.DropWhileStageFactory
 

E

Engine - Class in io.smallrye.mutiny.streams
 
Engine() - Constructor for class io.smallrye.mutiny.streams.Engine
 
ExecutionModel - Interface in io.smallrye.mutiny.streams.spi
 

F

FailedPublisherStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.Failed stage.
FailedPublisherStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.FailedPublisherStageFactory
 
FilterStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of Stage.Filter stage.
FilterStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.FilterStageFactory
 
FindFirstStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.FindFirst stage.
FindFirstStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.FindFirstStageFactory
 
FlatMapCompletionStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.FlatMapCompletionStage stage.
FlatMapCompletionStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.FlatMapCompletionStageFactory
 
FlatMapIterableStageFactory - Class in io.smallrye.mutiny.streams.stages
 
FlatMapIterableStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.FlatMapIterableStageFactory
 
FlatMapStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.FlatMap stage.
FlatMapStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.FlatMapStageFactory
 
FromCompletionStageFactory - Class in io.smallrye.mutiny.streams.stages
 
FromCompletionStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.FromCompletionStageFactory
 
FromCompletionStageNullableFactory - Class in io.smallrye.mutiny.streams.stages
 
FromCompletionStageNullableFactory() - Constructor for class io.smallrye.mutiny.streams.stages.FromCompletionStageNullableFactory
 
FromIterableStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.Of stage.
FromIterableStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.FromIterableStageFactory
 
FromPublisherStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.PublisherStage stage.
FromPublisherStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.FromPublisherStageFactory
 
future() - Method in class io.smallrye.mutiny.streams.utils.WrappedSubscriber
 

G

get() - Method in interface io.smallrye.mutiny.streams.operators.PublisherStage
 
getCompletion() - Method in class io.smallrye.mutiny.streams.utils.DefaultSubscriberWithCompletionStage
 
getSubscriber() - Method in class io.smallrye.mutiny.streams.utils.DefaultSubscriberWithCompletionStage
 

I

io.smallrye.mutiny.streams - package io.smallrye.mutiny.streams
 
io.smallrye.mutiny.streams.operators - package io.smallrye.mutiny.streams.operators
 
io.smallrye.mutiny.streams.spi - package io.smallrye.mutiny.streams.spi
 
io.smallrye.mutiny.streams.stages - package io.smallrye.mutiny.streams.stages
 
io.smallrye.mutiny.streams.utils - package io.smallrye.mutiny.streams.utils
 

L

LimitStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.Limit stage.
LimitStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.LimitStageFactory
 
lookup(T) - Static method in class io.smallrye.mutiny.streams.stages.Stages
 

M

MapStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.Map stage.
MapStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.MapStageFactory
 

O

onComplete() - Method in class io.smallrye.mutiny.streams.utils.ConnectableProcessor
 
onComplete() - Method in class io.smallrye.mutiny.streams.utils.WrappedProcessor
 
onComplete() - Method in class io.smallrye.mutiny.streams.utils.WrappedSubscriber
 
OnCompleteStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.OnComplete stage.
OnCompleteStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.OnCompleteStageFactory
 
onError(Throwable) - Method in class io.smallrye.mutiny.streams.utils.ConnectableProcessor
 
onError(Throwable) - Method in class io.smallrye.mutiny.streams.utils.WrappedProcessor
 
onError(Throwable) - Method in class io.smallrye.mutiny.streams.utils.WrappedSubscriber
 
OnErrorResumeStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.OnErrorResume stage.
OnErrorResumeStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.OnErrorResumeStageFactory
 
OnErrorResumeWithStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.OnErrorResumeWith stage.
OnErrorResumeWithStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.OnErrorResumeWithStageFactory
 
OnErrorStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.OnError stage.
OnErrorStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.OnErrorStageFactory
 
onNext(T) - Method in class io.smallrye.mutiny.streams.utils.ConnectableProcessor
 
onNext(T) - Method in class io.smallrye.mutiny.streams.utils.WrappedProcessor
 
onNext(T) - Method in class io.smallrye.mutiny.streams.utils.WrappedSubscriber
 
onSubscribe(Subscription) - Method in class io.smallrye.mutiny.streams.utils.ConnectableProcessor
 
onSubscribe(Subscription) - Method in class io.smallrye.mutiny.streams.utils.WrappedProcessor
 
onSubscribe(Subscription) - Method in class io.smallrye.mutiny.streams.utils.WrappedSubscriber
 
OnTerminateStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.OnTerminate stage.
OnTerminateStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.OnTerminateStageFactory
 
Operator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> - Class in io.smallrye.mutiny.streams.operators
 

P

PeekStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.Peek stage.
PeekStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.PeekStageFactory
 
ProcessingStage<I,O> - Interface in io.smallrye.mutiny.streams.operators
Defines a processing stage - so a stream transformation.
ProcessingStageFactory<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> - Interface in io.smallrye.mutiny.streams.operators
Factory to create ProcessingStage instances.
ProcessorOperator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> - Class in io.smallrye.mutiny.streams.operators
 
ProcessorOperator(Class<T>, ProcessingStageFactory<T>) - Constructor for class io.smallrye.mutiny.streams.operators.ProcessorOperator
 
ProcessorStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.ProcessorStage stage (via operators).
ProcessorStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.ProcessorStageFactory
 
PublisherOperator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> - Class in io.smallrye.mutiny.streams.operators
 
PublisherOperator(Class<T>, PublisherStageFactory<T>) - Constructor for class io.smallrye.mutiny.streams.operators.PublisherOperator
 
PublisherStage<O> - Interface in io.smallrye.mutiny.streams.operators
Specialization of the ProcessingStage for data sources (publishers).
PublisherStageFactory<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> - Interface in io.smallrye.mutiny.streams.operators
Factory to create PublisherStage instances.

R

request(long) - Method in class io.smallrye.mutiny.streams.utils.WrappedSubscription
 

S

SkipStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.Skip stage.
SkipStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.SkipStageFactory
 
Stages - Class in io.smallrye.mutiny.streams.stages
Allows looking for the Operator for a given Stage.
subscribe(Subscriber<? super T>) - Method in class io.smallrye.mutiny.streams.utils.CancellablePublisher
 
subscribe(Subscriber<? super T>) - Method in class io.smallrye.mutiny.streams.utils.ConnectableProcessor
 
subscribe(Subscriber<? super O>) - Method in class io.smallrye.mutiny.streams.utils.CouplingProcessor
 
subscribe(Subscriber<? super T>) - Method in class io.smallrye.mutiny.streams.utils.WrappedProcessor
 
SubscriberStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.SubscriberStage stage.
SubscriberStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.SubscriberStageFactory
 

T

TakeWhileStageFactory - Class in io.smallrye.mutiny.streams.stages
Implementation of the Stage.TakeWhile stage.
TakeWhileStageFactory() - Constructor for class io.smallrye.mutiny.streams.stages.TakeWhileStageFactory
 
TerminalOperator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> - Class in io.smallrye.mutiny.streams.operators
 
TerminalOperator(Class<T>, TerminalStageFactory<T>) - Constructor for class io.smallrye.mutiny.streams.operators.TerminalOperator
 
TerminalStage<I,O> - Interface in io.smallrye.mutiny.streams.operators
Defines a terminal stage - so a stream subscription and observation.
TerminalStageFactory<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> - Interface in io.smallrye.mutiny.streams.operators
Factory to create TerminalStage instances.
test(Stage) - Method in class io.smallrye.mutiny.streams.operators.Operator
 
Transformer - Class in io.smallrye.mutiny.streams.spi
 

W

WrappedProcessor<T> - Class in io.smallrye.mutiny.streams.utils
Processor wrapping a publisher and subscriber, and connect them
WrappedProcessor(Subscriber<T>, Publisher<T>) - Constructor for class io.smallrye.mutiny.streams.utils.WrappedProcessor
 
WrappedSubscriber<T> - Class in io.smallrye.mutiny.streams.utils
 
WrappedSubscriber(Subscriber<T>) - Constructor for class io.smallrye.mutiny.streams.utils.WrappedSubscriber
 
WrappedSubscription - Class in io.smallrye.mutiny.streams.utils
 
A B C D E F G I L M O P R S T W 
Skip navigation links

Copyright © 2019–2020 SmallRye. All rights reserved.