Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listDictionariesResponseDictionarySummary")
fun Flow<ListDictionariesResponse>.dictionaries(): Flow<DictionarySummary>

This paginator transforms the flow returned by listDictionariesPaginated to access the nested member DictionarySummary

Link copied to clipboard
@JvmName(name = "listFeedsResponseFeedSummary")
fun Flow<ListFeedsResponse>.feeds(): Flow<FeedSummary>

This paginator transforms the flow returned by listFeedsPaginated to access the nested member FeedSummary

Link copied to clipboard
@JvmName(name = "searchFixturesResponseFixtureSummary")
fun Flow<SearchFixturesResponse>.fixtures(): Flow<FixtureSummary>

This paginator transforms the flow returned by searchFixturesPaginated to access the nested member FixtureSummary

Link copied to clipboard