to Feed
fun <T : Any> PagedData<T>.toFeed(buttons: Feed.Buttons? = null, background: ImageHolder? = null): Feed<T>
Convenience function to create a Feed from a PagedData of T items.
fun <T : Any> List<T>.toFeed(buttons: Feed.Buttons? = null, background: ImageHolder? = null): Feed<T>
Convenience function to create a Feed from a list of T items.