fun RecyclerView.bindSymbolList(symbols: List<Symbol>?, callback: Runnable): Unit
Submits a Symbol to the SymbolListAdapter of a RecyclerView.
symbols
- The List of Symbols that will be submitted.
callback
- Callback, which is executed after the symbols have been submitted.
Receiver
The target RecyclerView.
Author
Jan Müller