It seems, what I need is a special function type w...
# announcements
k
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).