list

fun KbTransformScope.list(items: List<KpaElement>): KbTransformable(source)

Wraps items as a list KbTransformable using the active KbTransformScope.factory.

Return

a KbTransformable.Element holding a com.commonsware.kpointer.adapter.KpaList.

Parameters

items

the list elements to wrap.