zoltu
class MyFoo() : Foo { override fun <T : Any?> execute(action: Bar<T>?): T = action!!.execute() } Zip.doStuff(MyFoo())