Uses of Interface
io.smallrye.mutiny.GroupedMulti
Packages that use GroupedMulti
-
Uses of GroupedMulti in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups that return types with arguments of type GroupedMultiModifier and TypeMethodDescription<K> Multi<GroupedMulti<K, T>> Groups items emitted by the upstreamMultibased on a key extracted by thekeyMapperfunction.<K> Multi<GroupedMulti<K, T>> Groups items emitted by the upstreamMultibased on a key extracted by thekeyMapperfunction, with configurable prefetch buffer size.<K,V> Multi <GroupedMulti<K, V>> MultiGroup.by(Function<? super T, ? extends K> keyMapper, Function<? super T, ? extends V> valueMapper) Groups items emitted by the upstreamMultibased on a key extracted by thekeyMapperfunction, while transforming items using thevalueMapperfunction.<K,V> Multi <GroupedMulti<K, V>> MultiGroup.by(Function<? super T, ? extends K> keyMapper, Function<? super T, ? extends V> valueMapper, long prefetch) Groups items emitted by the upstreamMultibased on a key extracted by thekeyMapperfunction, while transforming items using thevalueMapperfunction, with configurable prefetch buffer size.