Module io.smallrye.mutiny
Package io.smallrye.mutiny.groups
Class UniAndGroup8<T1,T2,T3,T4,T5,T6,T7,T8>
- java.lang.Object
-
- io.smallrye.mutiny.groups.UniAndGroupIterable<T1>
-
- io.smallrye.mutiny.groups.UniAndGroup8<T1,T2,T3,T4,T5,T6,T7,T8>
-
public class UniAndGroup8<T1,T2,T3,T4,T5,T6,T7,T8> extends UniAndGroupIterable<T1>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Uni<Tuple8<T1,T2,T3,T4,T5,T6,T7,T8>>asTuple()UniAndGroup8<T1,T2,T3,T4,T5,T6,T7,T8>collectFailures()<O> Uni<O>combinedWith(Functions.Function8<T1,T2,T3,T4,T5,T6,T7,T8,O> combinator)Deprecated, for removal: This API element is subject to removal in a future version.usewith(Functions.Function8)instead<O> Uni<O>with(Functions.Function8<T1,T2,T3,T4,T5,T6,T7,T8,O> combinator)<O> Uni<O>withUni(Functions.Function8<T1,T2,T3,T4,T5,T6,T7,T8,Uni<O>> combinator)-
Methods inherited from class io.smallrye.mutiny.groups.UniAndGroupIterable
combinedWith, combinedWith, discardItems, usingConcurrencyOf, with, with, withUni, withUni
-
-
-
-
Method Detail
-
collectFailures
@CheckReturnValue public UniAndGroup8<T1,T2,T3,T4,T5,T6,T7,T8> collectFailures()
- Overrides:
collectFailuresin classUniAndGroupIterable<T1>
-
combinedWith
@Deprecated(forRemoval=true) @CheckReturnValue public <O> Uni<O> combinedWith(Functions.Function8<T1,T2,T3,T4,T5,T6,T7,T8,O> combinator)
Deprecated, for removal: This API element is subject to removal in a future version.usewith(Functions.Function8)instead
-
with
@CheckReturnValue public <O> Uni<O> with(Functions.Function8<T1,T2,T3,T4,T5,T6,T7,T8,O> combinator)
-
-