can I self reference in the let block?
# android
n
can I self reference in the let block?
h
dataList ?.let(::MyRecyclerAdapter) ?.run(recycler_view::setAdapter)
n
okay i was using the run initially, i didn't know if that was too heavy handed for a simple assignment
thanks!