1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119<!DOCTYPE html> 120<html devsite> 121<head> 122 123 124 <meta name="top_category" value="develop" /> 125 126 <meta name="subcategory" value="reference" /> 127 128 129 <meta name="book_path" value="/reference/android/support/test/_book.yaml" /> 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145<title>TransformingAtom.Transformer</title> 146 147 148</head> 149 150<body class="gc-documentation develop reference api apilevel-"> 151<div id="doc-api-level" class="" style="display:none"></div> 152 153 154 155 156<div id="naMessage"></div> 157 158<div id="api-info-block"> 159<div class="api-level"> 160 161 162 163 164</div> 165 166 167 168 169<div class="sum-details-links"> 170 171</div><!-- end sum-details-links --> 172</div><!-- end api-info-block --> 173 174<div class="api apilevel-" id="jd-content"> 175 176<!-- ======== START OF CLASS DATA ======== --> 177 178<h1 class="api-title">TransformingAtom.Transformer</h1> 179<p> 180<code class="api-signature"> 181 public 182 static 183 184 185 interface 186 TransformingAtom.Transformer 187</code> 188<br> 189 190 191<code class="api-signature"> 192 193 194 195</code> 196 197</p><table class="jd-inheritance-table"> 198 199 200 <tr> 201 202 <td colspan="1" class="jd-inheritance-class-cell">android.support.test.espresso.web.model.TransformingAtom.Transformer<I, O> 203 </td> 204 </tr> 205 206 207</table> 208 209 210 211 212<br><hr> 213 214 215 <p>Converts input to output. 216</p> 217 218 219 220 221 222 223 224<h2 class="api-section">Summary</h2> 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252<!-- ========== METHOD SUMMARY =========== --> 253<table id="pubmethods" class="responsive methods"> 254<tr><th colspan="2"><h3>Public methods</h3></th></tr> 255 256 257 258 259 <tr class="api apilevel-" > 260 261 262 <td><code> 263 abstract 264 265 266 267 268 O</code> 269 </td> 270 271 <td width="100%"> 272 <code> 273 <a href="/reference/android/support/test/espresso/web/model/TransformingAtom.Transformer.html#apply(I)">apply</a>(I input) 274 </code> 275 276 </td> 277 </tr> 278 279 280 281</table> 282 283 284 285 286 287 288 289 290<!-- XML Attributes --> 291 292 293<!-- Enum Values --> 294 295 296<!-- Constants --> 297 298 299<!-- Fields --> 300 301 302<!-- Public ctors --> 303 304 305 306<!-- ========= CONSTRUCTOR DETAIL ======== --> 307<!-- Protected ctors --> 308 309 310 311<!-- ========= METHOD DETAIL ======== --> 312<!-- Public methdos --> 313 314<h2 class="api-section">Public methods</h2> 315 316 317 318<A NAME="apply(I)"></A> 319 320<div class="api apilevel-"> 321 <h3 class="api-name">apply</h3> 322 <div class="api-level"> 323 <div></div> 324 325 326 327 </div> 328<pre class="api-signature no-pretty-print"> 329O apply (I input)</pre> 330 331 332 333 334 <p></p> 335 <table class="responsive"> 336 <tr><th colspan=2>Parameters</th></tr> 337 <tr> 338 <td><code>input</code></td> 339 <td width="100%"> 340 <code>I</code> 341 <!-- no parameter comment --></td> 342 </tr> 343 </table> 344 <table class="responsive"> 345 <tr><th colspan=2>Returns</th></tr> 346 <tr> 347 <td><code>O</code></td> 348 <td width="100%"><!-- no returns description in source --></td> 349 </tr> 350 </table> 351 352</div> 353 354 355 356 357 358<!-- ========= METHOD DETAIL ======== --> 359 360 361 362<!-- ========= END OF CLASS DATA ========= --> 363 364</div><!-- end jd-content --> 365 366 367 368<div class="data-reference-resources-wrapper"> 369 370 <ul data-reference-resources> 371 372 373 <li><h2>Interfaces</h2> 374 <ul> 375 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/web/model/Atom.html">Atom</a></li> 376 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/web/model/JSONAble.html">JSONAble</a></li> 377 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/web/model/JSONAble.DeJSONFactory.html">JSONAble.DeJSONFactory</a></li> 378 <li class="selected api apilevel-"><a href="/reference/android/support/test/espresso/web/model/TransformingAtom.Transformer.html">TransformingAtom.Transformer</a></li> 379 </ul> 380 </li> 381 382 <li><h2>Classes</h2> 383 <ul> 384 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/web/model/Atoms.html">Atoms</a></li> 385 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/web/model/ElementReference.html">ElementReference</a></li> 386 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/web/model/Evaluation.html">Evaluation</a></li> 387 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/web/model/ModelCodec.html">ModelCodec</a></li> 388 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/web/model/SimpleAtom.html">SimpleAtom</a></li> 389 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/web/model/TransformingAtom.html">TransformingAtom</a></li> 390 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/web/model/WindowReference.html">WindowReference</a></li> 391 </ul> 392 </li> 393 394 <li><h2>Enums</h2> 395 <ul> 396 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/web/model/SimpleAtom.ElementReferencePlacement.html">SimpleAtom.ElementReferencePlacement</a></li> 397 </ul> 398 </li> 399 400 401 </ul> 402 403</div> 404 405 406 407</body> 408</html> 409