tornadofx / tornadofx / kotlin.collections.MutableList / moveToBottomWhere

moveToBottomWhere

fun <T> MutableList<T>.moveToBottomWhere(predicate: (T) -> Boolean): Unit