- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for LinkedTags (0.06 seconds)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/Tags.kt
): Tags abstract operator fun <T : Any> get(key: KClass<T>): T? } /** An empty tags. This is always the tail of a [LinkedTags] chain. */ internal object EmptyTags : Tags() { override fun <T : Any> plus( key: KClass<T>, value: T?, ): Tags = when { value != null -> LinkedTags(key, value, this) else -> this } override fun <T : Any> get(key: KClass<T>): T? = null
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 3.9K bytes - Click Count (0)