dalexander
11/07/2016, 3:14 PMConstructor in Java to accept a Kotlin lambda object and return T I think things should work how you want. I think the class signature for a Kotlin lambda that you want is probably something like: Function1<T,Foo> but you might have to look it up.