Looking in the flow builder I was confused by the ...
# announcements
m
Looking in the flow builder I was confused by the type signature of the block param
Copy code
suspend FlowCollector<T>.() -> Unit
In general what is the meaning of Type.()?
m
Is it an extension function?
s
Kinda like that, yes. Instead of an extension function , this is like an extension lambda.
👍 1