Using Kotlin how can a declare and call a function that takes a list of functions as a parameter. I've used parameters in functions that are a single function, but how do I do this for a list of functions?
This question shows how to send a single function to a function: Kotlin: how to pass a function as parameter to another? What would be the best way to do this for a list of functions?