ListImpl

abstract class ListImpl<T, R> : ViewPropertyProvider.Impl<T, R>

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun listProvider(instance: T): List<R>
Link copied to clipboard
override fun provider(instance: T): Map<String, R>