Class Functions.MaxRequestSubscription
java.lang.Object
io.reactivex.rxjava3.internal.functions.Functions.MaxRequestSubscription
- All Implemented Interfaces:
Consumer<org.reactivestreams.Subscription>
- Enclosing class:
Functions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(org.reactivestreams.Subscription t) Consume the given value.
-
Constructor Details
-
MaxRequestSubscription
MaxRequestSubscription()
-
-
Method Details