getAllItemsNotNull

suspend fun getAllItemsNotNull(): List<T>(source)

Get all items of type T associated with the request. Filters out null objects.