Pere Casafont
val mutableList = ArrayList<T>() biggerList.filterTo(mutableList ) { it.x == myDesiredFilter }