Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isDenotable (0.12 sec)

  1. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtTypeInfoProvider.kt

         * https://kotlinlang.org/spec/type-system.html#type-kinds for more details.
         */
        public val KaType.isDenotable: Boolean
            get() = withValidityAssertion { analysisSession.typeInfoProvider.isDenotable(this) }
    
        /**
         * Returns true if this type is a functional interface type, a.k.a. SAM type, e.g., Runnable.
         */
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 08:26:19 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top