Skip to content

Commit f2e6caa

Browse files
committed
Annotate with experimental
1 parent f8724b4 commit f2e6caa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/reactivex/rxjava3/core/Flowable.java

+1
Original file line numberDiff line numberDiff line change
@@ -12750,6 +12750,7 @@ public final Flowable<T> onBackpressureBuffer(long capacity, @Nullable Action on
1275012750
@NonNull
1275112751
@BackpressureSupport(BackpressureKind.SPECIAL)
1275212752
@SchedulerSupport(SchedulerSupport.NONE)
12753+
@Experimental
1275312754
public final Flowable<T> onBackpressureBuffer(long capacity, @Nullable Action onOverflow, @NonNull BackpressureOverflowStrategy overflowStrategy, @NonNull Consumer<? super T> onDropped) {
1275412755
Objects.requireNonNull(overflowStrategy, "overflowStrategy is null");
1275512756
Objects.requireNonNull(onDropped, "onDropped is null");

0 commit comments

Comments
 (0)