Class Functions.BoundedConsumer
- java.lang.Object
-
- io.reactivex.rxjava3.internal.functions.Functions.BoundedConsumer
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intbufferSize
-
Constructor Summary
Constructors Constructor Description BoundedConsumer(int bufferSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(org.reactivestreams.Subscription s)Consume the given value.
-