- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isSAM (0.02 sec)
-
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiExtensionGeneratorFacade.kt
const val kotlinClass = "kotlin.reflect.KClass" const val kotlinArray = "kotlin.Array" const val kotlinCollection = "kotlin.collections.Collection" } private val ApiTypeUsage.isSAM get() = type?.isSAM == true private val ApiTypeUsage.isAny get() = sourceName == "Any" private val ApiTypeUsage.isString get() = sourceName == "String" private
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Mar 12 15:56:18 UTC 2025 - 17.8K bytes - Viewed (0) -
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiTypeProvider.kt
get() = delegate.visibleAnnotations.has<java.lang.Deprecated>() internal val isIncubating: Boolean get() = delegate.visibleAnnotations.has(incubatingAnnotationTypeDescriptor) val isSAM: Boolean by unsafeLazy { delegate.access.isAbstract && singleAbstractMethodOf(delegate)?.access?.isPublic == true } val typeParameters: List<ApiTypeUsage> by unsafeLazy {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Mar 12 15:56:18 UTC 2025 - 20.2K bytes - Viewed (0)