Param - the type of input parameterData - the type of data wrapped in Single@FunctionalInterface public interface RequestSupplier<Param,Data>
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.rxjava3.core.Single<Data> |
get(Param params)
Executes an asynchronous operation with the given parameters.
|
Copyright © 2025. All rights reserved.