hello, is it possible to achieve something like th...
# announcements
k
hello, is it possible to achieve something like that in kotlin?
Copy code
public class Foo {
    
    public <T extends Controller & OnDoneCheck> Foo(T target) {

    }

}
OnDoneCheck
is an interaface, and
Controller
is a class