Moritz Post
10/12/2022, 1:50 PMlambdas.forEach { it() }
marstran
10/12/2022, 1:52 PMMoritz Post
10/12/2022, 1:53 PMmkrussel
10/12/2022, 1:54 PMFunction
type.
lambdas.forEach(Function::invoke
Javier
10/12/2022, 1:54 PMmkrussel
10/12/2022, 1:54 PMMoritz Post
10/12/2022, 1:55 PM() -> Unit
.Moritz Post
10/12/2022, 1:56 PM(element) -> Unit
they could fall into the forEach signatureJavier
10/12/2022, 1:58 PMMoritz Post
10/12/2022, 2:01 PMMatteo Mirk
10/12/2022, 3:47 PMlambdas.invokeAll()
🙂Matteo Mirk
10/13/2022, 8:47 AMtypealias Work = () -> Unit
lambdas.forEach(Work::invoke)