Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
Signed-off-by: mauroantonio.depalma <[email protected]>
  • Loading branch information
indalaterre committed Mar 21, 2022
1 parent c85cde2 commit 8254d97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public MultiCollect<T> when(Function<? super T, Uni<Boolean>> predicate) {
}

private static <T, A, R> Uni<R> collector(Multi<T> upstream, Collector<? super T, A, ? extends R> collector,
boolean acceptNullAsInitialValue) {
boolean acceptNullAsInitialValue) {
Multi<R> multi = Infrastructure
.onMultiCreation(new MultiCollectorOp<>(upstream, collector, acceptNullAsInitialValue));
return Uni.createFrom().publisher(multi);
Expand Down

0 comments on commit 8254d97

Please sign in to comment.