Package-level declarations

Functions

Link copied to clipboard
@JvmName(name = "searchDatabasesByLfTagsResponseTaggedDatabase")
fun Flow<SearchDatabasesByLfTagsResponse>.databaseList(): Flow<TaggedDatabase>

This paginator transforms the flow returned by searchDatabasesByLfTagsPaginated to access the nested member TaggedDatabase

Link copied to clipboard
@JvmName(name = "listDataCellsFilterResponseDataCellsFilter")
fun Flow<ListDataCellsFilterResponse>.dataCellsFilters(): Flow<DataCellsFilter>

This paginator transforms the flow returned by listDataCellsFilterPaginated to access the nested member DataCellsFilter

Link copied to clipboard
@JvmName(name = "listLfTagsResponseLfTagPair")
fun Flow<ListLfTagsResponse>.lfTags(): Flow<LfTagPair>

This paginator transforms the flow returned by listLfTagsPaginated to access the nested member LfTagPair

Link copied to clipboard
Link copied to clipboard
@JvmName(name = "searchTablesByLfTagsResponseTaggedTable")
fun Flow<SearchTablesByLfTagsResponse>.tableList(): Flow<TaggedTable>

This paginator transforms the flow returned by searchTablesByLfTagsPaginated to access the nested member TaggedTable

Link copied to clipboard
@JvmName(name = "getWorkUnitsResponseWorkUnitRange")
fun Flow<GetWorkUnitsResponse>.workUnitRanges(): Flow<WorkUnitRange>

This paginator transforms the flow returned by getWorkUnitsPaginated to access the nested member WorkUnitRange