When would you use `fun interface` and when would ...
# codingconventions
o
When would you use
fun interface
and when would you use an interface with
operator fun invoke()
? Example: when you are writing a
UseCase
?