app / de.uniks.codliners.stock_simulator.ui / androidx.recyclerview.widget.RecyclerView

Extensions for androidx.recyclerview.widget.RecyclerView

bindAchievements

Bind achievements to the AchievementsAdapter

fun RecyclerView.bindAchievements(achievements: List<Achievement>?): Unit

bindDepotQuotes

Submits a DepotQuote to the DepotQuoteListAdapter of a RecyclerView.

fun RecyclerView.bindDepotQuotes(quotePurchases: List<DepotQuote>?): Unit

bindNews

Binds news to the NewsListAdapter.

fun RecyclerView.bindNews(news: List<News>?): Unit

bindStockbrotQuotes

Bind StockbrotQuotes to the StockbrotQuoteListAdapter

fun RecyclerView.bindStockbrotQuotes(quotes: List<StockbrotQuote>?): Unit

bindSymbolList

Submits a Symbol to the SymbolListAdapter of a RecyclerView.

fun RecyclerView.bindSymbolList(symbols: List<Symbol>?, callback: Runnable): Unit

bindTransactions

Submits a Transaction to the TransactionListAdapter of a RecyclerView.

fun RecyclerView.bindTransactions(transactions: List<Transaction>?): Unit