elements

fun <T> elements(targetClass: Class<T>): List<T>

Gets a list of elements of the target class that are in the cell

Return

the list

Parameters

the type
targetClass

the class type