- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for allTypes (1.94 sec)
-
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiExtensionGeneratorFacade.kt
} private fun kotlinDslApiExtensionsDeclarationsFor( api: ApiTypeProvider, sinceSupplier: (String) -> String?, apiSpec: ApiSpec ): Sequence<KotlinExtensionFunction> = api.allTypes() .filter { type -> type.isPublic && apiSpec.isApi(type.sourceName) } .flatMap { type -> kotlinExtensionFunctionsFor(type, sinceSupplier) } .distinctBy(::signatureKey) 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
apiTypesBySourceName.computeIfAbsent(sourceName) { repository.classBytesFor(sourceName)?.let { apiTypeFor(sourceName) { it } } }?.invoke() } internal fun allTypes(): Sequence<ApiType> = open { repository.allClassesBytesBySourceName().map { (sourceName, classBytes) -> apiTypesBySourceName.computeIfAbsent(sourceName) { apiTypeFor(sourceName, classBytes)
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Mar 12 15:56:18 UTC 2025 - 20.2K bytes - Viewed (0) -
src/test/java/jcifs/util/StringsTest.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.6K bytes - Viewed (0)