- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for composites (0.04 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/EventListenerTest.kt
val sampleValues = sampleValuesMap() val solo = EventRecorder(enforceOrder = false) val left = EventRecorder(enforceOrder = false) val right = EventRecorder(enforceOrder = false) val composite = left.eventListener + right.eventListener for (method in EventListener::class.java.declaredMethods) { if (method.name == "plus") continue val args = method.parameters
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed Nov 05 18:28:35 UTC 2025 - 70.5K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/HttpUrl.kt
* "/square/okhttp/issues/1486" and decompose into a list of segments like `["square", "okhttp", * "issues", "1486"]`. * * This class offers methods to compose and decompose paths by segment. It composes each path * from a list of segments by alternating between "/" and the encoded segment. For example the * segments `["a", "b"]` build "/a/b" and the segments `["a", "b", ""]` build "/a/b/". *
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Mon May 05 16:01:00 UTC 2025 - 63.5K bytes - Viewed (0)