- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for AggregateEventListener (0.07 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/EventListener.kt
when { this === NONE -> return other this is AggregateEventListener -> this.eventListeners else -> arrayOf(this) } val right = when { other === NONE -> return this other is AggregateEventListener -> other.eventListeners else -> arrayOf(other) } return AggregateEventListener(left + right) } fun interface Factory { /**Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Oct 07 21:03:04 UTC 2025 - 24.9K bytes - Viewed (0)