- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for uuidMap (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
okhttp/src/jvmTest/kotlin/okhttp3/RequestCommonTest.kt
assertThat(request.tag(String::class)).isSameAs(uuidTag) } @Test fun kotlinClassTag() { val uuidTag = "1234" val request = Request .Builder() .url("https://square.com") .tag(String::class, uuidTag) // Use the KClass<*> parameter. .build() assertThat(request.tag(Any::class)).isNull()
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Oct 24 11:36:14 GMT 2025 - 10.9K bytes - Click Count (0)