recipes

@JvmName(name = "listRecipesResponseRecipe")
fun Flow<ListRecipesResponse>.recipes(): Flow<Recipe>

This paginator transforms the flow returned by listRecipesPaginated to access the nested member Recipe

Return

A kotlinx.coroutines.flow.Flow that can collect Recipe


@JvmName(name = "listRecipeVersionsResponseRecipe")
fun Flow<ListRecipeVersionsResponse>.recipes(): Flow<Recipe>

This paginator transforms the flow returned by listRecipeVersionsPaginated to access the nested member Recipe

Return

A kotlinx.coroutines.flow.Flow that can collect Recipe