美文网首页
kotlin 泛型支持继承多个类型的写法

kotlin 泛型支持继承多个类型的写法

作者: 菜鸟何时起飞 | 来源:发表于2021-12-15 13:15 被阅读0次

    T 既是 Dialog 又是Popup

    class  Wrapper<T> (container: Any, private val dialog: T, pageName: String = "") where T:Dialog, T: Popup{
    
    }
    
    

    相关文章

      网友评论

          本文标题:kotlin 泛型支持继承多个类型的写法

          本文链接:https://www.haomeiwen.com/subject/xnxpfrtx.html