书栈网 · BookStack 本次搜索耗时 0.053 秒,为您找到 3399 个相关结果.
  • Refactoring to remove cyclic dependencies

    Classifying some common cyclic dependencies Three tips on dealing with dependencies in F# Dealing with a “method dependency” Using the “and” keyword Introducing parameterization...
  • Calling Java from Kotlin

    Calling Java code from Kotlin Getters and Setters Methods returning void Escaping for Java identifiers that are keywords in Kotlin Null-Safety and Platform Types Notation for Pl...
  • celery.concurrency.base

    celery.concurrency.base celery.concurrency.base celery.concurrency.base celery.concurrency.base celery.concurrency.base TaskPool interface. class celery.concurrency.bas...
  • Kotlin/JS 反射

    Kotlin/JS 反射 Class references KType and typeOf() Example Kotlin/JS 反射 Kotlin/JS provides a limited support for the Kotlin reflection API . The only supported parts of the API...
  • 泛型

    959 2020-05-28 《Kotlin 基础教程》
    第6章 泛型 6.1 泛型(Generic Type)简介 6.1.1 为什么要有类型参数 6.2 型变(Variance) 6.2.1 Java的类型通配符 6.2.2 协变(covariant)与逆变(contravariant) 逆变与协变 <? extends T> 实现了泛型的协变 <? super T> 实现了泛型的逆变 PECS ...
  • 8.1.3 组合与范畴

    3199 2019-03-06 《Kotlin极简教程》
    8.1.3 组合与范畴 8.1.3 组合与范畴 函数式编程的本质是函数的组合,组合的本质是范畴(Category)。 和搞编程的一样,数学家喜欢将问题不断加以抽象从而将本质问题抽取出来加以论证解决,范畴论就是这样一门以抽象的方法来处理数学概念的学科,主要用于研究一些数学结构之间的映射关系(函数)。 在范畴论里,一个范畴(category)由三部分...
  • 采集指标

    采集指标 开始之前 采集新的指标 理解指标配置 清除 采集指标 此任务说明如何配置 Istio 以自动收集网格中服务的遥测。 在此任务结束时,将为网格中的服务调用启用新的指标。 在整个任务中,Bookinfo 将作为示例应用程序。 开始之前 安装 Istio 到您的集群并部署一个应用。该任务假定 Mixer 已经用默认配置(--co...
  • 控制流

    控制流:if、when、for、while If 表达式 When 表达式 For 循环 While 循环 循环中的 Break 与 continue 控制流:if、when、for、while If 表达式 在 Kotlin 中,if是一个表达式,即它会返回一个值。 因此就不需要三元运算符(条件 ? 然后 : 否则),因为普通的 if...
  • 6.26.1 Using @ServerWebSocket

    6.26.1 Using @ServerWebSocket The @OnClose Method The @OnMessage Method The @OnError Method Non-Blocking Message Handling @ServerWebSocket and Scopes Sharing Sessions with the...
  • Kotlin 1.4.30

    Kotlin 1.4.30 的新特性 语言特性 JVM 记录类型支持 密封接口 包范围的密封类层次结构 改进的内联类 Kotlin/JVM JVM IR 编译器后端达到 Beta 版 Kotlin/Native 性能提升 Apple watchOS 64-位模拟器目标 对 Xcode 12.2 库的支持 Kotlin/JS 顶层属性的延...