Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listFragmentsResponseFragment")
fun Flow<ListFragmentsResponse>.fragments(): Flow<Fragment>

This paginator transforms the flow returned by listFragmentsPaginated to access the nested member Fragment

Link copied to clipboard
@JvmName(name = "getImagesResponseImage")
fun Flow<GetImagesResponse>.images(): Flow<Image>

This paginator transforms the flow returned by getImagesPaginated to access the nested member Image