I am calling an internal function of the library l...
# codereview
o
I am calling an internal function of the library like this:
Copy code
FountainRx.createNetworkWithCacheSupportListing(
            networkDataSourceAdapter = networkDataSourceAdapter,
            cachedDataSourceAdapter = cachedDataSourceAdapter,
            firstPage = FountainConstants.DEFAULT_FIRST_PAGE,
            ioServiceScheduler = <http://Schedulers.io|Schedulers.io>(),
            ioDatabaseScheduler = <http://Schedulers.io|Schedulers.io>(),
            pagedListConfig = FountainConstants.DEFAULT_PAGED_LIST_CONFIG)