Join Slack
Powered by
It seems, what I need is a special function type w...
# announcements
k
kirillrakhman
12/05/2016, 9:50 AM
It seems, what I need is a special function type with the signature
operator fun <T> invoke(p1: T): R<T>
. I can write that interface down myself, but that I wouldn't be able to use lambda syntax (without writing down a factory function).
Open in Slack
Previous
Next