Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Bilner (0.16 sec)

  1. build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiExtensionsGenerator.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
    Plain Text
    - Registered: Wed Feb 28 11:36:09 GMT 2024
    - Last Modified: Wed Dec 20 21:41:53 GMT 2023
    - 18.1K bytes
    - Viewed (0)
Back to top