Uses of Class
io.smallrye.mutiny.groups.UniRepeat
Packages that use UniRepeat
-
Uses of UniRepeat in io.smallrye.mutiny
Methods in io.smallrye.mutiny that return UniRepeat -
Uses of UniRepeat in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups that return UniRepeatModifier and TypeMethodDescription<T> UniRepeat<T> MultiRepetition.completionStage(Supplier<? extends CompletionStage<? extends T>> supplier) Creates aMultiby repeating the items fired by the producedCompletionStage.<S,T> UniRepeat <T> MultiRepetition.completionStage(Supplier<S> stateSupplier, Function<S, ? extends CompletionStage<? extends T>> producer) Creates aMultiby repeating the items fired by the producedCompletionStage.<T> UniRepeat<T> <S,T> UniRepeat <T> <T> UniRepeat<T> MultiRepetition.uni(Consumer<UniEmitter<? super T>> consumer) Creates aMultiby repeating the items fired by the producedConsumerreceiving anUniEmitterto fire the item or failure.<T> UniRepeat<T> <S,T> UniRepeat <T> MultiRepetition.uni(Supplier<S> stateSupplier, BiConsumer<S, UniEmitter<? super T>> consumer) Creates aMultiby repeating the items fired by the producedBiConsumer.<S,T> UniRepeat <T> Adds a fixed delay between the next repetition. -
Uses of UniRepeat in io.smallrye.mutiny.operators
Methods in io.smallrye.mutiny.operators that return UniRepeat