This file is indexed.

/usr/share/doc/libinvokebinder-java/api/com/headius/invokebinder/Binder.html is in libinvokebinder-java-doc 1.5-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 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
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_65) on Thu Jan 22 22:15:31 UTC 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Binder (invokebinder 1.5 API)</title>
<meta name="date" content="2015-01-22">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Binder (invokebinder 1.5 API)";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Binder.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../com/headius/invokebinder/InvalidTransformException.html" title="class in com.headius.invokebinder"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/headius/invokebinder/Binder.html" target="_top">Frames</a></li>
<li><a href="Binder.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.headius.invokebinder</div>
<h2 title="Class Binder" class="title">Class Binder</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>com.headius.invokebinder.Binder</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">Binder</span>
extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
<div class="block">The Binder class provides a DSL for building a chain of MethodHandles using
 various of the adaptations provided by java.lang.invoke.MethodHandles. The
 transformations are pushed into a stack, allowing the DSL to operate forward
 from an incoming signature rather than backward from a target handle. This
 is often conceptually easier to understand, and certainly easier to read.

 The transformations are also applied simultaneously to the starting
 java.lang.invoke.MethodType, allowing Binder to check at each step whether
 the adaptation is valid.

 Here's a typical use, starting with a signature that takes two Strings and
 returns a String, dropping and inserting arguments, casting to a target
 signature, and finally calling a target handle with that signature.

 <pre>
 MethodHandle mh = Binder
     .from(String.class, String.class, String.class) // String w(String, String)
     .drop(1, String.class) // String x(String)
     .insert(0, 'hello') // String y(String, String)
     .cast(String.class, CharSequence.class, Object.class) // String z(CharSequence, Object)String
     .invoke(someTargetHandle);
 </pre></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!--   -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#Binder(com.headius.invokebinder.Binder)">Binder</a></strong>(<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;source)</code>
<div class="block">Construct a new Binder using the given invokebinder.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#Binder(com.headius.invokebinder.Binder,%20com.headius.invokebinder.transform.Transform)">Binder</a></strong>(<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;source,
      <a href="../../../com/headius/invokebinder/transform/Transform.html" title="class in com.headius.invokebinder.transform">Transform</a>&nbsp;transform)</code>
<div class="block">Construct a new Binder using the given invokebinder plus an additional transform</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#Binder(com.headius.invokebinder.Binder,%20com.headius.invokebinder.transform.Transform,%20java.lang.invoke.MethodType)">Binder</a></strong>(<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;source,
      <a href="../../../com/headius/invokebinder/transform/Transform.html" title="class in com.headius.invokebinder.transform">Transform</a>&nbsp;transform,
      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodType.html?is-external=true" title="class or interface in java.lang.invoke">MethodType</a>&nbsp;type)</code>
<div class="block">Construct a new Binder using the given invokebinder plus an additional transform and current type</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#Binder(java.lang.invoke.MethodHandles.Lookup,%20com.headius.invokebinder.Binder)">Binder</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
      <a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;source)</code>
<div class="block">Construct a new Binder using the given Lookup and invokebinder.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#Binder(java.lang.invoke.MethodHandles.Lookup,%20java.lang.invoke.MethodType)">Binder</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodType.html?is-external=true" title="class or interface in java.lang.invoke">MethodType</a>&nbsp;start)</code>
<div class="block">Construct a new Binder, starting from a given Lookup and MethodType.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#Binder(java.lang.invoke.MethodType)">Binder</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodType.html?is-external=true" title="class or interface in java.lang.invoke">MethodType</a>&nbsp;start)</code>
<div class="block">Construct a new Binder, starting from a given MethodType.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!--   -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#append(boolean)">append</a></strong>(boolean&nbsp;value)</code>
<div class="block">Append to the argument list the given boolean value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#append(byte)">append</a></strong>(byte&nbsp;value)</code>
<div class="block">Append to the argument list the given byte value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#append(char)">append</a></strong>(char&nbsp;value)</code>
<div class="block">Append to the argument list the given char value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#append(java.lang.Class[],%20java.lang.Object...)">append</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>[]&nbsp;types,
      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;values)</code>
<div class="block">Append to the argument list the given argument values with the specified types.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#append(java.lang.Class,%20java.lang.Object)">append</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;type,
      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code>
<div class="block">Append to the argument list the given argument value with the specified type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#append(double)">append</a></strong>(double&nbsp;value)</code>
<div class="block">Append to the argument list the given double value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#append(float)">append</a></strong>(float&nbsp;value)</code>
<div class="block">Append to the argument list the given float value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#append(int)">append</a></strong>(int&nbsp;value)</code>
<div class="block">Append to the argument list the given int value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#append(long)">append</a></strong>(long&nbsp;value)</code>
<div class="block">Append to the argument list the given long value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#append(java.lang.Object...)">append</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;values)</code>
<div class="block">Append to the argument list the given argument value(s).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#append(short)">append</a></strong>(short&nbsp;value)</code>
<div class="block">Append to the argument list the given short value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#arrayGet()">arrayGet</a></strong>()</code>
<div class="block">Apply the chain of transforms and bind them to an array element get.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#arraySet()">arraySet</a></strong>()</code>
<div class="block">Apply the chain of transforms and bind them to an array element set.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#branch(java.lang.invoke.MethodHandle,%20java.lang.invoke.MethodHandle,%20java.lang.invoke.MethodHandle)">branch</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;test,
      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;truePath,
      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;falsePath)</code>
<div class="block">Apply the chain of transforms and bind them to a boolean branch as from
 java.lang.invoke.MethodHandles.guardWithTest.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#cast(java.lang.Class,%20java.lang.Class...)">cast</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;returnType,
    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>...&nbsp;argTypes)</code>
<div class="block">Cast the incoming arguments to the given MethodType.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#cast(java.lang.invoke.MethodType)">cast</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodType.html?is-external=true" title="class or interface in java.lang.invoke">MethodType</a>&nbsp;type)</code>
<div class="block">Cast the incoming arguments to the given MethodType.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#castVirtual(java.lang.Class,%20java.lang.Class,%20java.lang.Class...)">castVirtual</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;returnType,
           <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;firstType,
           <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>...&nbsp;restTypes)</code>
<div class="block">Cast the incoming arguments to the given MethodType.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#catchException(java.lang.Class,%20java.lang.invoke.MethodHandle)">catchException</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&gt;&nbsp;throwable,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;function)</code>
<div class="block">Catch the given exception type from the downstream chain and handle it with the
 given function.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#collect(int,%20java.lang.Class)">collect</a></strong>(int&nbsp;index,
       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;type)</code>
<div class="block">Box all incoming arguments from the given position onward into the given array type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#collect(int,%20int,%20java.lang.Class)">collect</a></strong>(int&nbsp;index,
       int&nbsp;count,
       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;type)</code>
<div class="block">Box a range of incoming arguments into the given array type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#constant(java.lang.Object)">constant</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code>
<div class="block">Apply the tranforms, binding them to a constant value that will
 propagate back through the chain.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#convert(java.lang.Class,%20java.lang.Class...)">convert</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;returnType,
       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>...&nbsp;argTypes)</code>
<div class="block">Convert the incoming arguments to the given MethodType.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#convert(java.lang.invoke.MethodType)">convert</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodType.html?is-external=true" title="class or interface in java.lang.invoke">MethodType</a>&nbsp;target)</code>
<div class="block">Convert the incoming arguments to the given MethodType.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#drop(int)">drop</a></strong>(int&nbsp;index)</code>
<div class="block">Drop a single argument at the given index.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#drop(int,%20int)">drop</a></strong>(int&nbsp;index,
    int&nbsp;count)</code>
<div class="block">Drop from the given index a number of arguments.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#dropAll()">dropAll</a></strong>()</code>
<div class="block">Drop all arguments from this handle chain</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#dropFirst()">dropFirst</a></strong>()</code>
<div class="block">Drop a single argument at the beginning of the argument list.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#dropFirst(int)">dropFirst</a></strong>(int&nbsp;count)</code>
<div class="block">Drop from the end of the argument list a number of arguments.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#dropLast()">dropLast</a></strong>()</code>
<div class="block">Drop a single argument at the end of the argument list.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#dropLast(int)">dropLast</a></strong>(int&nbsp;count)</code>
<div class="block">Drop from the end of the argument list a number of arguments.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#filter(int,%20java.lang.invoke.MethodHandle...)">filter</a></strong>(int&nbsp;index,
      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>...&nbsp;functions)</code>
<div class="block">Filter incoming arguments, starting at the given index, replacing each with the
 result of calling the associated function in the given list.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#filterReturn(java.lang.invoke.MethodHandle)">filterReturn</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;function)</code>
<div class="block">Filter return value, using a function that produces the current return type
 from another type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#fold(java.lang.invoke.MethodHandle)">fold</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;function)</code>
<div class="block">Process the incoming arguments using the given handle, inserting the result
 as the first argument.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#foldStatic(java.lang.Class,%20java.lang.String)">foldStatic</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;target,
          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;method)</code>
<div class="block">Process the incoming arguments by calling the given static method on the
 given class, inserting the result as the first argument.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#foldStatic(java.lang.invoke.MethodHandles.Lookup,%20java.lang.Class,%20java.lang.String)">foldStatic</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;target,
          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;method)</code>
<div class="block">Process the incoming arguments by calling the given static method on the
 given class, inserting the result as the first argument.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#foldVirtual(java.lang.invoke.MethodHandles.Lookup,%20java.lang.String)">foldVirtual</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
           <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;method)</code>
<div class="block">Process the incoming arguments by calling the given method on the first
 argument, inserting the result as the first argument.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#foldVirtual(java.lang.String)">foldVirtual</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;method)</code>
<div class="block">Process the incoming arguments by calling the given method on the first
 argument, inserting the result as the first argument.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#foldVoid(java.lang.invoke.MethodHandle)">foldVoid</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;function)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#from(com.headius.invokebinder.Binder)">from</a></strong>(<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;start)</code>
<div class="block">Construct a new Binder, starting from a given invokebinder.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#from(java.lang.Class)">from</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;returnType)</code>
<div class="block">Construct a new Binder using a return type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#from(java.lang.Class,%20java.lang.Class[])">from</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;returnType,
    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>[]&nbsp;argTypes)</code>
<div class="block">Construct a new Binder using a return type and argument types.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#from(java.lang.Class,%20java.lang.Class,%20java.lang.Class...)">from</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;returnType,
    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;argType0,
    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>...&nbsp;argTypes)</code>
<div class="block">Construct a new Binder using a return type and argument types.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#from(java.lang.invoke.MethodHandles.Lookup,%20com.headius.invokebinder.Binder)">from</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
    <a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;start)</code>
<div class="block">Construct a new Binder, starting from a given invokebinder.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#from(java.lang.invoke.MethodHandles.Lookup,%20java.lang.Class)">from</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;returnType)</code>
<div class="block">Construct a new Binder using a return type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#from(java.lang.invoke.MethodHandles.Lookup,%20java.lang.Class,%20java.lang.Class[])">from</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;returnType,
    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>[]&nbsp;argTypes)</code>
<div class="block">Construct a new Binder using a return type and argument types.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#from(java.lang.invoke.MethodHandles.Lookup,%20java.lang.Class,%20java.lang.Class,%20java.lang.Class...)">from</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;returnType,
    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;argType0,
    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>...&nbsp;argTypes)</code>
<div class="block">Construct a new Binder using a return type and argument types.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#from(java.lang.invoke.MethodHandles.Lookup,%20java.lang.invoke.MethodType)">from</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodType.html?is-external=true" title="class or interface in java.lang.invoke">MethodType</a>&nbsp;start)</code>
<div class="block">Construct a new Binder, starting from a given MethodType.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#from(java.lang.invoke.MethodType)">from</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodType.html?is-external=true" title="class or interface in java.lang.invoke">MethodType</a>&nbsp;start)</code>
<div class="block">Construct a new Binder, starting from a given MethodType.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#getField(java.lang.invoke.MethodHandles.Lookup,%20java.lang.String)">getField</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
        <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Apply the chain of transforms and bind them to an object field retrieval specified
 using the end signature plus the given class and name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#getFieldQuiet(java.lang.invoke.MethodHandles.Lookup,%20java.lang.String)">getFieldQuiet</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Apply the chain of transforms and bind them to an object field retrieval specified
 using the end signature plus the given class and name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#getStatic(java.lang.invoke.MethodHandles.Lookup,%20java.lang.Class,%20java.lang.String)">getStatic</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
         <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;target,
         <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Apply the chain of transforms and bind them to a static field retrieval specified
 using the end signature plus the given class and name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#getStaticQuiet(java.lang.invoke.MethodHandles.Lookup,%20java.lang.Class,%20java.lang.String)">getStaticQuiet</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;target,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Apply the chain of transforms and bind them to a static field retrieval specified
 using the end signature plus the given class and name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#identity()">identity</a></strong>()</code>
<div class="block">Apply the tranforms, binding them to a handle that will simply return its sole
 argument as its return value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#insert(int,%20boolean)">insert</a></strong>(int&nbsp;index,
      boolean&nbsp;value)</code>
<div class="block">Insert at the given index the given boolean value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#insert(int,%20byte)">insert</a></strong>(int&nbsp;index,
      byte&nbsp;value)</code>
<div class="block">Insert at the given index the given byte value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#insert(int,%20char)">insert</a></strong>(int&nbsp;index,
      char&nbsp;value)</code>
<div class="block">Insert at the given index the given char value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#insert(int,%20java.lang.Class[],%20java.lang.Object...)">insert</a></strong>(int&nbsp;index,
      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>[]&nbsp;types,
      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;values)</code>
<div class="block">Insert at the given index the given argument value(s).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#insert(int,%20java.lang.Class,%20java.lang.Object)">insert</a></strong>(int&nbsp;index,
      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;type,
      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code>
<div class="block">Insert at the given index the given argument value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#insert(int,%20double)">insert</a></strong>(int&nbsp;index,
      double&nbsp;value)</code>
<div class="block">Insert at the given index the given double value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#insert(int,%20float)">insert</a></strong>(int&nbsp;index,
      float&nbsp;value)</code>
<div class="block">Insert at the given index the given float value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#insert(int,%20int)">insert</a></strong>(int&nbsp;index,
      int&nbsp;value)</code>
<div class="block">Insert at the given index the given int value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#insert(int,%20long)">insert</a></strong>(int&nbsp;index,
      long&nbsp;value)</code>
<div class="block">Insert at the given index the given long value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#insert(int,%20java.lang.Object...)">insert</a></strong>(int&nbsp;index,
      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;values)</code>
<div class="block">Insert at the given index the given argument value(s).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#insert(int,%20short)">insert</a></strong>(int&nbsp;index,
      short&nbsp;value)</code>
<div class="block">Insert at the given index the given short value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#invoke(java.lang.invoke.MethodHandle)">invoke</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;target)</code>
<div class="block">Apply the chain of transforms with the target method handle as the final
 endpoint.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#invoke(java.lang.invoke.MethodHandles.Lookup,%20java.lang.reflect.Method)">invoke</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;method)</code>
<div class="block">Apply the chain of transforms and bind them to a static method specified
 using the end signature plus the given class and method.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#invokeConstructor(java.lang.invoke.MethodHandles.Lookup,%20java.lang.Class)">invokeConstructor</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;target)</code>
<div class="block">Apply the chain of transforms and bind them to a constructor specified
 using the end signature plus the given class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#invokeConstructorQuiet(java.lang.invoke.MethodHandles.Lookup,%20java.lang.Class)">invokeConstructorQuiet</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;target)</code>
<div class="block">Apply the chain of transforms and bind them to a constructor specified
 using the end signature plus the given class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#invokeQuiet(java.lang.invoke.MethodHandles.Lookup,%20java.lang.reflect.Method)">invokeQuiet</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
           <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;method)</code>
<div class="block">Apply the chain of transforms and bind them to a static method specified
 using the end signature plus the given class and method.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#invoker()">invoker</a></strong>()</code>
<div class="block">Produce a MethodHandle that invokes its leading MethodHandle argument
 with the remaining arguments, returning the result.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#invokeSpecial(java.lang.invoke.MethodHandles.Lookup,%20java.lang.String,%20java.lang.Class)">invokeSpecial</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;caller)</code>
<div class="block">Apply the chain of transforms and bind them to a special method specified
 using the end signature plus the given class and name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#invokeSpecialQuiet(java.lang.invoke.MethodHandles.Lookup,%20java.lang.String,%20java.lang.Class)">invokeSpecialQuiet</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;caller)</code>
<div class="block">Apply the chain of transforms and bind them to a special method specified
 using the end signature plus the given class and name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#invokeStatic(java.lang.invoke.MethodHandles.Lookup,%20java.lang.Class,%20java.lang.String)">invokeStatic</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;target,
            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Apply the chain of transforms and bind them to a static method specified
 using the end signature plus the given class and name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#invokeStaticQuiet(java.lang.invoke.MethodHandles.Lookup,%20java.lang.Class,%20java.lang.String)">invokeStaticQuiet</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;target,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Apply the chain of transforms and bind them to a static method specified
 using the end signature plus the given class and name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#invokeVirtual(java.lang.invoke.MethodHandles.Lookup,%20java.lang.String)">invokeVirtual</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Apply the chain of transforms and bind them to a virtual method specified
 using the end signature plus the given class and name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#invokeVirtualQuiet(java.lang.invoke.MethodHandles.Lookup,%20java.lang.String)">invokeVirtualQuiet</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Apply the chain of transforms and bind them to a virtual method specified
 using the end signature plus the given class and name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#logType()">logType</a></strong>()</code>
<div class="block">Log the current MethodType as info.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#nop()">nop</a></strong>()</code>
<div class="block">Apply all transforms to an endpoint that does absolutely nothing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#permute(int...)">permute</a></strong>(int...&nbsp;reorder)</code>
<div class="block">Permute the incoming arguments to a new sequence specified by the given values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#prepend(boolean)">prepend</a></strong>(boolean&nbsp;value)</code>
<div class="block">Prepend to the argument list the given boolean value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#prepend(byte)">prepend</a></strong>(byte&nbsp;value)</code>
<div class="block">Prepend to the argument list the given byte value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#prepend(char)">prepend</a></strong>(char&nbsp;value)</code>
<div class="block">Prepend to the argument list the given char value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#prepend(java.lang.Class[],%20java.lang.Object...)">prepend</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>[]&nbsp;types,
       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;values)</code>
<div class="block">Prepend to the argument list the given argument values with the specified types.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#prepend(java.lang.Class,%20java.lang.Object)">prepend</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;type,
       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code>
<div class="block">Prepend to the argument list the given argument value with the specified type</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#prepend(double)">prepend</a></strong>(double&nbsp;value)</code>
<div class="block">Prepend to the argument list the given double value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#prepend(float)">prepend</a></strong>(float&nbsp;value)</code>
<div class="block">Prepend to the argument list the given float value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#prepend(int)">prepend</a></strong>(int&nbsp;value)</code>
<div class="block">Prepend to the argument list the given int value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#prepend(long)">prepend</a></strong>(long&nbsp;value)</code>
<div class="block">Prepend to the argument list the given long value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#prepend(java.lang.Object...)">prepend</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;values)</code>
<div class="block">Prepend to the argument list the given argument value(s).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#prepend(short)">prepend</a></strong>(short&nbsp;value)</code>
<div class="block">Prepend to the argument list the given short value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#printType()">printType</a></strong>()</code>
<div class="block">Println the current MethodType to stdout.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#printType(java.io.PrintStream)">printType</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/PrintStream.html?is-external=true" title="class or interface in java.io">PrintStream</a>&nbsp;ps)</code>
<div class="block">Println the current MethodType to the given stream.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#setField(java.lang.invoke.MethodHandles.Lookup,%20java.lang.String)">setField</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
        <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Apply the chain of transforms and bind them to an object field assignment specified
 using the end signature plus the given class and name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#setFieldQuiet(java.lang.invoke.MethodHandles.Lookup,%20java.lang.String)">setFieldQuiet</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Apply the chain of transforms and bind them to an object field assignment specified
 using the end signature plus the given class and name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#setStatic(java.lang.invoke.MethodHandles.Lookup,%20java.lang.Class,%20java.lang.String)">setStatic</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
         <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;target,
         <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Apply the chain of transforms and bind them to an object field assignment specified
 using the end signature plus the given class and name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#setStaticQuiet(java.lang.invoke.MethodHandles.Lookup,%20java.lang.Class,%20java.lang.String)">setStaticQuiet</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;target,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Apply the chain of transforms and bind them to an object field assignment specified
 using the end signature plus the given class and name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#spread(java.lang.Class...)">spread</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>...&nbsp;spreadTypes)</code>
<div class="block">Spread a trailing array argument into the specified argument types.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#spread(int)">spread</a></strong>(int&nbsp;count)</code>
<div class="block">Spread a trailing array argument into the given number of arguments of
 the type of the array.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#throwException()">throwException</a></strong>()</code>
<div class="block">Throw the current signature's sole Throwable argument.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#to(com.headius.invokebinder.Binder)">to</a></strong>(<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;other)</code>
<div class="block">Join this binder to an existing one by applying its transformations after
 this one.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#tryFinally(java.lang.invoke.MethodHandle)">tryFinally</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;post)</code>
<div class="block">Apply transforms to run the given handle's logic as a "finally" block.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodType.html?is-external=true" title="class or interface in java.lang.invoke">MethodType</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#type()">type</a></strong>()</code>
<div class="block">The current MethodType, were the handle chain to terminate at this point.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#varargs(int,%20java.lang.Class)">varargs</a></strong>(int&nbsp;index,
       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;type)</code>
<div class="block">Box all incoming arguments from the given position onward into the given array type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/headius/invokebinder/Binder.html#withLookup(java.lang.invoke.MethodHandles.Lookup)">withLookup</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup)</code>
<div class="block">Use an alternate java.lang.invoke.MethodHandles.Lookup as the default for
 any direct handles created.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!--   -->
</a>
<h3>Constructor Detail</h3>
<a name="Binder(java.lang.invoke.MethodType)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Binder</h4>
<pre>public&nbsp;Binder(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodType.html?is-external=true" title="class or interface in java.lang.invoke">MethodType</a>&nbsp;start)</pre>
<div class="block">Construct a new Binder, starting from a given MethodType. Use a public
 java.lang.invoke.MethodHandles.Lookup for retrieving direct handles.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>start</code> - the starting MethodType, for calls entering the eventual chain</dd></dl>
</li>
</ul>
<a name="Binder(java.lang.invoke.MethodHandles.Lookup, java.lang.invoke.MethodType)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Binder</h4>
<pre>public&nbsp;Binder(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodType.html?is-external=true" title="class or interface in java.lang.invoke">MethodType</a>&nbsp;start)</pre>
<div class="block">Construct a new Binder, starting from a given Lookup and MethodType.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the Lookup context to use for direct handles</dd><dd><code>start</code> - the starting MethodType, for calls entering the eventual chain</dd></dl>
</li>
</ul>
<a name="Binder(com.headius.invokebinder.Binder)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Binder</h4>
<pre>public&nbsp;Binder(<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;source)</pre>
<div class="block">Construct a new Binder using the given invokebinder.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>source</code> - a Binder to duplicate</dd></dl>
</li>
</ul>
<a name="Binder(java.lang.invoke.MethodHandles.Lookup, com.headius.invokebinder.Binder)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Binder</h4>
<pre>public&nbsp;Binder(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
      <a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;source)</pre>
<div class="block">Construct a new Binder using the given Lookup and invokebinder.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the Lookup context to use for direct handles</dd><dd><code>source</code> - the source Binder</dd></dl>
</li>
</ul>
<a name="Binder(com.headius.invokebinder.Binder, com.headius.invokebinder.transform.Transform)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Binder</h4>
<pre>public&nbsp;Binder(<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;source,
      <a href="../../../com/headius/invokebinder/transform/Transform.html" title="class in com.headius.invokebinder.transform">Transform</a>&nbsp;transform)</pre>
<div class="block">Construct a new Binder using the given invokebinder plus an additional transform</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>source</code> - the source Binder</dd><dd><code>transform</code> - the additional Transform</dd></dl>
</li>
</ul>
<a name="Binder(com.headius.invokebinder.Binder, com.headius.invokebinder.transform.Transform, java.lang.invoke.MethodType)">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Binder</h4>
<pre>public&nbsp;Binder(<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;source,
      <a href="../../../com/headius/invokebinder/transform/Transform.html" title="class in com.headius.invokebinder.transform">Transform</a>&nbsp;transform,
      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodType.html?is-external=true" title="class or interface in java.lang.invoke">MethodType</a>&nbsp;type)</pre>
<div class="block">Construct a new Binder using the given invokebinder plus an additional transform and current type</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>source</code> - the source Binder</dd><dd><code>transform</code> - the additional Transform</dd><dd><code>type</code> - the new current type resulting from the transform</dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!--   -->
</a>
<h3>Method Detail</h3>
<a name="from(java.lang.invoke.MethodType)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>from</h4>
<pre>public static&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;from(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodType.html?is-external=true" title="class or interface in java.lang.invoke">MethodType</a>&nbsp;start)</pre>
<div class="block">Construct a new Binder, starting from a given MethodType.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>start</code> - the starting MethodType, for calls entering the eventual chain</dd>
<dt><span class="strong">Returns:</span></dt><dd>the Binder object</dd></dl>
</li>
</ul>
<a name="from(java.lang.invoke.MethodHandles.Lookup, java.lang.invoke.MethodType)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>from</h4>
<pre>public static&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;from(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodType.html?is-external=true" title="class or interface in java.lang.invoke">MethodType</a>&nbsp;start)</pre>
<div class="block">Construct a new Binder, starting from a given MethodType.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the Lookup context to use for direct handles</dd><dd><code>start</code> - the starting MethodType, for calls entering the eventual chain</dd>
<dt><span class="strong">Returns:</span></dt><dd>the Binder object</dd></dl>
</li>
</ul>
<a name="from(java.lang.Class)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>from</h4>
<pre>public static&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;from(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;returnType)</pre>
<div class="block">Construct a new Binder using a return type.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>returnType</code> - the return type of the incoming signature</dd>
<dt><span class="strong">Returns:</span></dt><dd>the Binder object</dd></dl>
</li>
</ul>
<a name="from(java.lang.invoke.MethodHandles.Lookup, java.lang.Class)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>from</h4>
<pre>public static&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;from(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;returnType)</pre>
<div class="block">Construct a new Binder using a return type.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the Lookup context to use for direct handles</dd><dd><code>returnType</code> - the return type of the incoming signature</dd>
<dt><span class="strong">Returns:</span></dt><dd>the Binder object</dd></dl>
</li>
</ul>
<a name="from(java.lang.Class, java.lang.Class[])">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>from</h4>
<pre>public static&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;from(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;returnType,
          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>[]&nbsp;argTypes)</pre>
<div class="block">Construct a new Binder using a return type and argument types.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>returnType</code> - the return type of the incoming signature</dd><dd><code>argTypes</code> - the argument types of the incoming signature</dd>
<dt><span class="strong">Returns:</span></dt><dd>the Binder object</dd></dl>
</li>
</ul>
<a name="from(java.lang.invoke.MethodHandles.Lookup, java.lang.Class, java.lang.Class[])">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>from</h4>
<pre>public static&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;from(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;returnType,
          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>[]&nbsp;argTypes)</pre>
<div class="block">Construct a new Binder using a return type and argument types.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the Lookup context to use for direct handles</dd><dd><code>returnType</code> - the return type of the incoming signature</dd><dd><code>argTypes</code> - the argument types of the incoming signature</dd>
<dt><span class="strong">Returns:</span></dt><dd>the Binder object</dd></dl>
</li>
</ul>
<a name="from(java.lang.Class, java.lang.Class, java.lang.Class...)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>from</h4>
<pre>public static&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;from(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;returnType,
          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;argType0,
          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>...&nbsp;argTypes)</pre>
<div class="block">Construct a new Binder using a return type and argument types.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>returnType</code> - the return type of the incoming signature</dd><dd><code>argType0</code> - the first argument type of the incoming signature</dd><dd><code>argTypes</code> - the remaining argument types of the incoming signature</dd>
<dt><span class="strong">Returns:</span></dt><dd>the Binder object</dd></dl>
</li>
</ul>
<a name="from(java.lang.invoke.MethodHandles.Lookup, java.lang.Class, java.lang.Class, java.lang.Class...)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>from</h4>
<pre>public static&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;from(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;returnType,
          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;argType0,
          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>...&nbsp;argTypes)</pre>
<div class="block">Construct a new Binder using a return type and argument types.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the Lookup context to use for direct handles</dd><dd><code>returnType</code> - the return type of the incoming signature</dd><dd><code>argType0</code> - the first argument type of the incoming signature</dd><dd><code>argTypes</code> - the remaining argument types of the incoming signature</dd>
<dt><span class="strong">Returns:</span></dt><dd>the Binder object</dd></dl>
</li>
</ul>
<a name="from(com.headius.invokebinder.Binder)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>from</h4>
<pre>public static&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;from(<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;start)</pre>
<div class="block">Construct a new Binder, starting from a given invokebinder.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>start</code> - the starting invokebinder; the new one will start with the current endpoint type
              of the given invokebinder</dd>
<dt><span class="strong">Returns:</span></dt><dd>the Binder object</dd></dl>
</li>
</ul>
<a name="from(java.lang.invoke.MethodHandles.Lookup, com.headius.invokebinder.Binder)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>from</h4>
<pre>public static&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;from(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
          <a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;start)</pre>
<div class="block">Construct a new Binder, starting from a given invokebinder.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the Lookup context to use for direct handles</dd><dd><code>start</code> - the starting invokebinder; the new one will start with the current endpoint type
               of the given invokebinder</dd>
<dt><span class="strong">Returns:</span></dt><dd>the Binder object</dd></dl>
</li>
</ul>
<a name="to(com.headius.invokebinder.Binder)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>to</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;to(<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;other)</pre>
<div class="block">Join this binder to an existing one by applying its transformations after
 this one.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>other</code> - the Binder containing the set of transformations to append</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder combining this Binder with the target Binder</dd></dl>
</li>
</ul>
<a name="withLookup(java.lang.invoke.MethodHandles.Lookup)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withLookup</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;withLookup(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup)</pre>
<div class="block">Use an alternate java.lang.invoke.MethodHandles.Lookup as the default for
 any direct handles created.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the new Lookup context to use</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder with the given lookup</dd></dl>
</li>
</ul>
<a name="type()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>type</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodType.html?is-external=true" title="class or interface in java.lang.invoke">MethodType</a>&nbsp;type()</pre>
<div class="block">The current MethodType, were the handle chain to terminate at this point.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the current MethodType</dd></dl>
</li>
</ul>
<a name="printType(java.io.PrintStream)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>printType</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;printType(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/PrintStream.html?is-external=true" title="class or interface in java.io">PrintStream</a>&nbsp;ps)</pre>
<div class="block">Println the current MethodType to the given stream.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ps</code> - a PrintStream to which to println the current MethodType</dd>
<dt><span class="strong">Returns:</span></dt><dd>this Binding</dd></dl>
</li>
</ul>
<a name="printType()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>printType</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;printType()</pre>
<div class="block">Println the current MethodType to stdout.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>this Binding</dd></dl>
</li>
</ul>
<a name="logType()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logType</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;logType()</pre>
<div class="block">Log the current MethodType as info.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>this Binding</dd></dl>
</li>
</ul>
<a name="insert(int, boolean)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;insert(int&nbsp;index,
            boolean&nbsp;value)</pre>
<div class="block">Insert at the given index the given boolean value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index at which to insert the argument value</dd><dd><code>value</code> - the value to insert</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="insert(int, byte)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;insert(int&nbsp;index,
            byte&nbsp;value)</pre>
<div class="block">Insert at the given index the given byte value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index at which to insert the argument value</dd><dd><code>value</code> - the value to insert</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="insert(int, short)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;insert(int&nbsp;index,
            short&nbsp;value)</pre>
<div class="block">Insert at the given index the given short value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index at which to insert the argument value</dd><dd><code>value</code> - the value to insert</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="insert(int, char)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;insert(int&nbsp;index,
            char&nbsp;value)</pre>
<div class="block">Insert at the given index the given char value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index at which to insert the argument value</dd><dd><code>value</code> - the value to insert</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="insert(int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;insert(int&nbsp;index,
            int&nbsp;value)</pre>
<div class="block">Insert at the given index the given int value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index at which to insert the argument value</dd><dd><code>value</code> - the value to insert</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="insert(int, long)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;insert(int&nbsp;index,
            long&nbsp;value)</pre>
<div class="block">Insert at the given index the given long value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index at which to insert the argument value</dd><dd><code>value</code> - the value to insert</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="insert(int, float)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;insert(int&nbsp;index,
            float&nbsp;value)</pre>
<div class="block">Insert at the given index the given float value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index at which to insert the argument value</dd><dd><code>value</code> - the value to insert</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="insert(int, double)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;insert(int&nbsp;index,
            double&nbsp;value)</pre>
<div class="block">Insert at the given index the given double value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index at which to insert the argument value</dd><dd><code>value</code> - the value to insert</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="insert(int, java.lang.Object...)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;insert(int&nbsp;index,
            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;values)</pre>
<div class="block">Insert at the given index the given argument value(s).</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index at which to insert the argument value</dd><dd><code>values</code> - the value(s) to insert</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="insert(int, java.lang.Class, java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;insert(int&nbsp;index,
            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;type,
            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
<div class="block">Insert at the given index the given argument value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index at which to insert the argument value</dd><dd><code>type</code> - the actual type to use, rather than getClass</dd><dd><code>value</code> - the value to insert</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="insert(int, java.lang.Class[], java.lang.Object...)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;insert(int&nbsp;index,
            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>[]&nbsp;types,
            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;values)</pre>
<div class="block">Insert at the given index the given argument value(s).</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index at which to insert the argument value</dd><dd><code>types</code> - the actual types to use, rather than getClass</dd><dd><code>values</code> - the value(s) to insert</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="append(boolean)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;append(boolean&nbsp;value)</pre>
<div class="block">Append to the argument list the given boolean value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - the value to append</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="append(byte)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;append(byte&nbsp;value)</pre>
<div class="block">Append to the argument list the given byte value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - the value to append</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="append(short)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;append(short&nbsp;value)</pre>
<div class="block">Append to the argument list the given short value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - the value to append</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="append(char)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;append(char&nbsp;value)</pre>
<div class="block">Append to the argument list the given char value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - the value to append</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="append(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;append(int&nbsp;value)</pre>
<div class="block">Append to the argument list the given int value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - the value to append</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="append(long)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;append(long&nbsp;value)</pre>
<div class="block">Append to the argument list the given long value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - the value to append</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="append(float)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;append(float&nbsp;value)</pre>
<div class="block">Append to the argument list the given float value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - the value to append</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="append(double)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;append(double&nbsp;value)</pre>
<div class="block">Append to the argument list the given double value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - the value to append</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="append(java.lang.Object...)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;append(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;values)</pre>
<div class="block">Append to the argument list the given argument value(s).</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>values</code> - the value(s) to append</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="prepend(boolean)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prepend</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;prepend(boolean&nbsp;value)</pre>
<div class="block">Prepend to the argument list the given boolean value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - the value to prepend</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="prepend(byte)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prepend</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;prepend(byte&nbsp;value)</pre>
<div class="block">Prepend to the argument list the given byte value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - the value to prepend</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="prepend(short)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prepend</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;prepend(short&nbsp;value)</pre>
<div class="block">Prepend to the argument list the given short value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - the value to prepend</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="prepend(char)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prepend</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;prepend(char&nbsp;value)</pre>
<div class="block">Prepend to the argument list the given char value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - the value to prepend</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="prepend(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prepend</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;prepend(int&nbsp;value)</pre>
<div class="block">Prepend to the argument list the given int value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - the value to prepend</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="prepend(long)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prepend</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;prepend(long&nbsp;value)</pre>
<div class="block">Prepend to the argument list the given long value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - the value to prepend</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="prepend(float)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prepend</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;prepend(float&nbsp;value)</pre>
<div class="block">Prepend to the argument list the given float value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - the value to prepend</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="prepend(double)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prepend</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;prepend(double&nbsp;value)</pre>
<div class="block">Prepend to the argument list the given double value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - the value to prepend</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="prepend(java.lang.Object...)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prepend</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;prepend(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;values)</pre>
<div class="block">Prepend to the argument list the given argument value(s).</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>values</code> - the value(s) to prepend</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="append(java.lang.Class, java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;append(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;type,
            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
<div class="block">Append to the argument list the given argument value with the specified type.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - the actual type to use, rather than getClass</dd><dd><code>value</code> - the value to append</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="append(java.lang.Class[], java.lang.Object...)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;append(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>[]&nbsp;types,
            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;values)</pre>
<div class="block">Append to the argument list the given argument values with the specified types.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>types</code> - the actual types to use, rather than getClass</dd><dd><code>values</code> - the value(s) to append</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="prepend(java.lang.Class, java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prepend</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;prepend(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;type,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
<div class="block">Prepend to the argument list the given argument value with the specified type</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - the actual type to use, rather than getClass</dd><dd><code>value</code> - the value(s) to prepend</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="prepend(java.lang.Class[], java.lang.Object...)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prepend</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;prepend(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>[]&nbsp;types,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;values)</pre>
<div class="block">Prepend to the argument list the given argument values with the specified types.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>types</code> - the actual types to use, rather than getClass</dd><dd><code>values</code> - the value(s) to prepend</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="drop(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>drop</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;drop(int&nbsp;index)</pre>
<div class="block">Drop a single argument at the given index.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index at which to drop an argument</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="drop(int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>drop</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;drop(int&nbsp;index,
          int&nbsp;count)</pre>
<div class="block">Drop from the given index a number of arguments.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index at which to start dropping</dd><dd><code>count</code> - the number of arguments to drop</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="dropLast()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dropLast</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;dropLast()</pre>
<div class="block">Drop a single argument at the end of the argument list.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="dropLast(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dropLast</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;dropLast(int&nbsp;count)</pre>
<div class="block">Drop from the end of the argument list a number of arguments.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>count</code> - the number of arguments to drop</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="dropFirst()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dropFirst</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;dropFirst()</pre>
<div class="block">Drop a single argument at the beginning of the argument list.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="dropFirst(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dropFirst</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;dropFirst(int&nbsp;count)</pre>
<div class="block">Drop from the end of the argument list a number of arguments.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>count</code> - the number of arguments to drop</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="dropAll()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dropAll</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;dropAll()</pre>
<div class="block">Drop all arguments from this handle chain</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="convert(java.lang.invoke.MethodType)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>convert</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;convert(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodType.html?is-external=true" title="class or interface in java.lang.invoke">MethodType</a>&nbsp;target)</pre>
<div class="block">Convert the incoming arguments to the given MethodType. The conversions
 applied are equivalent to those in MethodHandle.asType(MethodType).</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>target</code> - the target MethodType</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="convert(java.lang.Class, java.lang.Class...)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>convert</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;convert(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;returnType,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>...&nbsp;argTypes)</pre>
<div class="block">Convert the incoming arguments to the given MethodType. The conversions
 applied are equivalent to those in MethodHandle.asType(MethodType).</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>returnType</code> - the target return type</dd><dd><code>argTypes</code> - the target argument types</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="cast(java.lang.invoke.MethodType)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cast</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;cast(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodType.html?is-external=true" title="class or interface in java.lang.invoke">MethodType</a>&nbsp;type)</pre>
<div class="block">Cast the incoming arguments to the given MethodType. The casts
 applied are equivalent to those in MethodHandles.explicitCastArguments(mh, MethodType).</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - the target MethodType</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="cast(java.lang.Class, java.lang.Class...)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cast</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;cast(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;returnType,
          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>...&nbsp;argTypes)</pre>
<div class="block">Cast the incoming arguments to the given MethodType. The casts
 applied are equivalent to those in MethodHandle.explicitCastArguments(MethodType).</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>returnType</code> - the target return type</dd><dd><code>argTypes</code> - the target argument types</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="castVirtual(java.lang.Class, java.lang.Class, java.lang.Class...)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>castVirtual</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;castVirtual(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;returnType,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;firstType,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>...&nbsp;restTypes)</pre>
<div class="block">Cast the incoming arguments to the given MethodType. The casts
 applied are equivalent to those in MethodHandle.explicitCastArguments(MethodType).</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>returnType</code> - the target return type</dd><dd><code>firstType</code> - the first argument type, usually a target type</dd><dd><code>restTypes</code> - the remaining target argument types</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="spread(java.lang.Class...)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>spread</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;spread(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>...&nbsp;spreadTypes)</pre>
<div class="block">Spread a trailing array argument into the specified argument types.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>spreadTypes</code> - the types into which to spread the incoming Object[]</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="spread(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>spread</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;spread(int&nbsp;count)</pre>
<div class="block">Spread a trailing array argument into the given number of arguments of
 the type of the array.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>count</code> - the new count of arguments to spread from the trailing array</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="collect(int, java.lang.Class)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>collect</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;collect(int&nbsp;index,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;type)</pre>
<div class="block">Box all incoming arguments from the given position onward into the given array type.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index from which to start boxing args</dd><dd><code>type</code> - the array type into which the args will be boxed</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="collect(int, int, java.lang.Class)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>collect</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;collect(int&nbsp;index,
             int&nbsp;count,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;type)</pre>
<div class="block">Box a range of incoming arguments into the given array type.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index from which to start boxing args</dd><dd><code>count</code> - the count of arguments to box</dd><dd><code>type</code> - the array type into which the args will be boxed</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="varargs(int, java.lang.Class)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>varargs</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;varargs(int&nbsp;index,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;type)</pre>
<div class="block">Box all incoming arguments from the given position onward into the given array type.
 This version accepts a variable number of incoming arguments.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index from which to start boxing args</dd><dd><code>type</code> - the array type into which the args will be boxed</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="permute(int...)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>permute</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;permute(int...&nbsp;reorder)</pre>
<div class="block">Permute the incoming arguments to a new sequence specified by the given values.

 Arguments may be duplicated or dropped in this sequence.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>reorder</code> - the int offsets of the incoming arguments in the desired permutation</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="fold(java.lang.invoke.MethodHandle)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fold</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;fold(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;function)</pre>
<div class="block">Process the incoming arguments using the given handle, inserting the result
 as the first argument.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>function</code> - the function that will process the incoming arguments. Its
                 signature must match the current signature's arguments exactly.</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="foldVoid(java.lang.invoke.MethodHandle)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>foldVoid</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;foldVoid(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;function)</pre>
</li>
</ul>
<a name="foldStatic(java.lang.invoke.MethodHandles.Lookup, java.lang.Class, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>foldStatic</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;foldStatic(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;target,
                <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;method)</pre>
<div class="block">Process the incoming arguments by calling the given static method on the
 given class, inserting the result as the first argument.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the java.lang.invoke.MethodHandles.Lookup to use</dd><dd><code>target</code> - the class on which the method is defined</dd><dd><code>method</code> - the method to invoke on the first argument</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="foldStatic(java.lang.Class, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>foldStatic</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;foldStatic(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;target,
                <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;method)</pre>
<div class="block">Process the incoming arguments by calling the given static method on the
 given class, inserting the result as the first argument.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>target</code> - the class on which the method is defined</dd><dd><code>method</code> - the method to invoke on the first argument</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="foldVirtual(java.lang.invoke.MethodHandles.Lookup, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>foldVirtual</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;foldVirtual(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;method)</pre>
<div class="block">Process the incoming arguments by calling the given method on the first
 argument, inserting the result as the first argument.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the java.lang.invoke.MethodHandles.Lookup to use</dd><dd><code>method</code> - the method to invoke on the first argument</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="foldVirtual(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>foldVirtual</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;foldVirtual(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;method)</pre>
<div class="block">Process the incoming arguments by calling the given method on the first
 argument, inserting the result as the first argument.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>method</code> - the method to invoke on the first argument</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="filter(int, java.lang.invoke.MethodHandle...)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>filter</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;filter(int&nbsp;index,
            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>...&nbsp;functions)</pre>
<div class="block">Filter incoming arguments, starting at the given index, replacing each with the
 result of calling the associated function in the given list.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index of the first argument to filter</dd><dd><code>functions</code> - the array of functions to transform the arguments</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="filterReturn(java.lang.invoke.MethodHandle)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>filterReturn</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;filterReturn(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;function)</pre>
<div class="block">Filter return value, using a function that produces the current return type
 from another type. The new endpoint will have the return value that the
 filter function accepts as an argument.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>function</code> - the array of functions to transform the arguments</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="tryFinally(java.lang.invoke.MethodHandle)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>tryFinally</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;tryFinally(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;post)</pre>
<div class="block">Apply transforms to run the given handle's logic as a "finally" block.

 try {
 some_code // your eventual endpoint
 } finally {
 finally_logic // the given handle
 }

 The layering uses a combination of catch and fold to reuse the same target
 handle for both exceptional and non-exceptional paths. In essence, the
 result is equivalent to using the given post logic as both an exception
 handler (using catchException) and a "post fold" that runs after the main
 downstream handles have run.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>post</code> - the logic that would live inside the "finally" block</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="catchException(java.lang.Class, java.lang.invoke.MethodHandle)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>catchException</h4>
<pre>public&nbsp;<a href="../../../com/headius/invokebinder/Binder.html" title="class in com.headius.invokebinder">Binder</a>&nbsp;catchException(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&gt;&nbsp;throwable,
                    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;function)</pre>
<div class="block">Catch the given exception type from the downstream chain and handle it with the
 given function.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>throwable</code> - the exception type to catch</dd><dd><code>function</code> - the function to use for handling the exception</dd>
<dt><span class="strong">Returns:</span></dt><dd>a new Binder</dd></dl>
</li>
</ul>
<a name="nop()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>nop</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;nop()</pre>
<div class="block">Apply all transforms to an endpoint that does absolutely nothing. Useful for
 creating exception handlers in void methods that simply ignore the exception.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>a handle that has all transforms applied and does nothing at its endpoint</dd></dl>
</li>
</ul>
<a name="throwException()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>throwException</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;throwException()</pre>
<div class="block">Throw the current signature's sole Throwable argument. Return type
 does not matter, since it will never return.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>a handle that has all transforms applied and which will eventually throw an exception</dd></dl>
</li>
</ul>
<a name="constant(java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>constant</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;constant(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
<div class="block">Apply the tranforms, binding them to a constant value that will
 propagate back through the chain. The chain's expected return type
 at that point must be compatible with the given value's type.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - the constant value to put at the end of the chain</dd>
<dt><span class="strong">Returns:</span></dt><dd>a handle that has all transforms applied in sequence up to the constant</dd></dl>
</li>
</ul>
<a name="identity()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>identity</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;identity()</pre>
<div class="block">Apply the tranforms, binding them to a handle that will simply return its sole
 argument as its return value. The endpoint signature must have a single argument
 of the same type as its return type.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>a handle that has all transforms applied in sequence</dd></dl>
</li>
</ul>
<a name="invoke(java.lang.invoke.MethodHandle)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>invoke</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;invoke(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;target)</pre>
<div class="block">Apply the chain of transforms with the target method handle as the final
 endpoint. Produces a handle that has the transforms in given sequence.

 If the final handle's type does not exactly match the initial type for
 this Binder, an additional cast will be attempted.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>target</code> - the endpoint handle to bind to</dd>
<dt><span class="strong">Returns:</span></dt><dd>a handle that has all transforms applied in sequence up to endpoint</dd></dl>
</li>
</ul>
<a name="invoke(java.lang.invoke.MethodHandles.Lookup, java.lang.reflect.Method)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>invoke</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;invoke(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;method)
                    throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></pre>
<div class="block">Apply the chain of transforms and bind them to a static method specified
 using the end signature plus the given class and method. The method will
 be retrieved using the given Lookup and must match the end signature
 exactly.

 If the final handle's type does not exactly match the initial type for
 this Binder, an additional cast will be attempted.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the MethodHandles.Lookup to use to unreflect the method</dd><dd><code>method</code> - the Method to unreflect</dd>
<dt><span class="strong">Returns:</span></dt><dd>the full handle chain, bound to the given method</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></code> - if the method is not accessible</dd></dl>
</li>
</ul>
<a name="invokeQuiet(java.lang.invoke.MethodHandles.Lookup, java.lang.reflect.Method)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>invokeQuiet</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;invokeQuiet(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;method)</pre>
<div class="block">Apply the chain of transforms and bind them to a static method specified
 using the end signature plus the given class and method. The method will
 be retrieved using the given Lookup and must match the end signature
 exactly.

 If the final handle's type does not exactly match the initial type for
 this Binder, an additional cast will be attempted.

 This version is "quiet" in that it throws an unchecked InvalidTransformException
 if the target method does not exist or is inaccessible.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the MethodHandles.Lookup to use to unreflect the method</dd><dd><code>method</code> - the Method to unreflect</dd>
<dt><span class="strong">Returns:</span></dt><dd>the full handle chain, bound to the given method</dd></dl>
</li>
</ul>
<a name="invokeStatic(java.lang.invoke.MethodHandles.Lookup, java.lang.Class, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>invokeStatic</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;invokeStatic(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                        <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;target,
                        <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
                          throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NoSuchMethodException.html?is-external=true" title="class or interface in java.lang">NoSuchMethodException</a>,
                                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></pre>
<div class="block">Apply the chain of transforms and bind them to a static method specified
 using the end signature plus the given class and name. The method will
 be retrieved using the given Lookup and must match the end signature
 exactly.

 If the final handle's type does not exactly match the initial type for
 this Binder, an additional cast will be attempted.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the MethodHandles.Lookup to use to unreflect the method</dd><dd><code>target</code> - the class in which to find the method</dd><dd><code>name</code> - the name of the method to invoke</dd>
<dt><span class="strong">Returns:</span></dt><dd>the full handle chain, bound to the given method</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NoSuchMethodException.html?is-external=true" title="class or interface in java.lang">NoSuchMethodException</a></code> - if the method does not exist</dd>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></code> - if the method is not accessible</dd></dl>
</li>
</ul>
<a name="invokeStaticQuiet(java.lang.invoke.MethodHandles.Lookup, java.lang.Class, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>invokeStaticQuiet</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;invokeStaticQuiet(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;target,
                             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
<div class="block">Apply the chain of transforms and bind them to a static method specified
 using the end signature plus the given class and name. The method will
 be retrieved using the given Lookup and must match the end signature
 exactly.

 If the final handle's type does not exactly match the initial type for
 this Binder, an additional cast will be attempted.

 This version is "quiet" in that it throws an unchecked InvalidTransformException
 if the target method does not exist or is inaccessible.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the MethodHandles.Lookup to use to look up the method</dd><dd><code>target</code> - the class in which to find the method</dd><dd><code>name</code> - the name of the method to invoke</dd>
<dt><span class="strong">Returns:</span></dt><dd>the full handle chain, bound to the given method</dd></dl>
</li>
</ul>
<a name="invokeVirtual(java.lang.invoke.MethodHandles.Lookup, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>invokeVirtual</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;invokeVirtual(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                         <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
                           throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NoSuchMethodException.html?is-external=true" title="class or interface in java.lang">NoSuchMethodException</a>,
                                  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></pre>
<div class="block">Apply the chain of transforms and bind them to a virtual method specified
 using the end signature plus the given class and name. The method will
 be retrieved using the given Lookup and must match the end signature
 exactly.

 If the final handle's type does not exactly match the initial type for
 this Binder, an additional cast will be attempted.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the MethodHandles.Lookup to use to look up the method</dd><dd><code>name</code> - the name of the method to invoke</dd>
<dt><span class="strong">Returns:</span></dt><dd>the full handle chain, bound to the given method</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NoSuchMethodException.html?is-external=true" title="class or interface in java.lang">NoSuchMethodException</a></code> - if the method does not exist</dd>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></code> - if the method is not accessible</dd></dl>
</li>
</ul>
<a name="invokeVirtualQuiet(java.lang.invoke.MethodHandles.Lookup, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>invokeVirtualQuiet</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;invokeVirtualQuiet(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
<div class="block">Apply the chain of transforms and bind them to a virtual method specified
 using the end signature plus the given class and name. The method will
 be retrieved using the given Lookup and must match the end signature
 exactly.

 If the final handle's type does not exactly match the initial type for
 this Binder, an additional cast will be attempted.

 This version is "quiet" in that it throws an unchecked InvalidTransformException
 if the target method does not exist or is inaccessible.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the MethodHandles.Lookup to use to look up the method</dd><dd><code>name</code> - the name of the method to invoke</dd>
<dt><span class="strong">Returns:</span></dt><dd>the full handle chain, bound to the given method</dd></dl>
</li>
</ul>
<a name="invokeSpecial(java.lang.invoke.MethodHandles.Lookup, java.lang.String, java.lang.Class)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>invokeSpecial</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;invokeSpecial(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                         <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                         <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;caller)
                           throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NoSuchMethodException.html?is-external=true" title="class or interface in java.lang">NoSuchMethodException</a>,
                                  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></pre>
<div class="block">Apply the chain of transforms and bind them to a special method specified
 using the end signature plus the given class and name. The method will
 be retrieved using the given Lookup and must match the end signature
 exactly.

 If the final handle's type does not exactly match the initial type for
 this Binder, an additional cast will be attempted.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the MethodHandles.Lookup to use to look up the method</dd><dd><code>name</code> - the name of the method to invoke</dd><dd><code>caller</code> - the calling class</dd>
<dt><span class="strong">Returns:</span></dt><dd>the full handle chain, bound to the given method</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NoSuchMethodException.html?is-external=true" title="class or interface in java.lang">NoSuchMethodException</a></code> - if the method does not exist</dd>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></code> - if the method is not accessible</dd></dl>
</li>
</ul>
<a name="invokeSpecialQuiet(java.lang.invoke.MethodHandles.Lookup, java.lang.String, java.lang.Class)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>invokeSpecialQuiet</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;invokeSpecialQuiet(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;caller)</pre>
<div class="block">Apply the chain of transforms and bind them to a special method specified
 using the end signature plus the given class and name. The method will
 be retrieved using the given Lookup and must match the end signature
 exactly.

 If the final handle's type does not exactly match the initial type for
 this Binder, an additional cast will be attempted.

 This version is "quiet" in that it throws an unchecked InvalidTransformException
 if the target method does not exist or is inaccessible.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the MethodHandles.Lookup to use to look up the method</dd><dd><code>name</code> - the name of the method to invoke</dd><dd><code>caller</code> - the calling class</dd>
<dt><span class="strong">Returns:</span></dt><dd>the full handle chain, bound to the given method</dd></dl>
</li>
</ul>
<a name="invokeConstructor(java.lang.invoke.MethodHandles.Lookup, java.lang.Class)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>invokeConstructor</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;invokeConstructor(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;target)
                               throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NoSuchMethodException.html?is-external=true" title="class or interface in java.lang">NoSuchMethodException</a>,
                                      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></pre>
<div class="block">Apply the chain of transforms and bind them to a constructor specified
 using the end signature plus the given class. The constructor will
 be retrieved using the given Lookup and must match the end signature's
 arguments exactly.

 If the final handle's type does not exactly match the initial type for
 this Binder, an additional cast will be attempted.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the MethodHandles.Lookup to use to look up the constructor</dd><dd><code>target</code> - the constructor's class</dd>
<dt><span class="strong">Returns:</span></dt><dd>the full handle chain, bound to the given constructor</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NoSuchMethodException.html?is-external=true" title="class or interface in java.lang">NoSuchMethodException</a></code> - if the constructor does not exist</dd>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></code> - if the constructor is not accessible</dd></dl>
</li>
</ul>
<a name="invokeConstructorQuiet(java.lang.invoke.MethodHandles.Lookup, java.lang.Class)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>invokeConstructorQuiet</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;invokeConstructorQuiet(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                                  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;target)</pre>
<div class="block">Apply the chain of transforms and bind them to a constructor specified
 using the end signature plus the given class. The constructor will
 be retrieved using the given Lookup and must match the end signature's
 arguments exactly.

 If the final handle's type does not exactly match the initial type for
 this Binder, an additional cast will be attempted.

 This version is "quiet" in that it throws an unchecked InvalidTransformException
 if the target method does not exist or is inaccessible.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the MethodHandles.Lookup to use to look up the constructor</dd><dd><code>target</code> - the constructor's class</dd>
<dt><span class="strong">Returns:</span></dt><dd>the full handle chain, bound to the given constructor</dd></dl>
</li>
</ul>
<a name="getField(java.lang.invoke.MethodHandles.Lookup, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getField</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;getField(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
                      throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NoSuchFieldException.html?is-external=true" title="class or interface in java.lang">NoSuchFieldException</a>,
                             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></pre>
<div class="block">Apply the chain of transforms and bind them to an object field retrieval specified
 using the end signature plus the given class and name. The field must
 match the end signature's return value and the end signature must take
 the target class or a subclass as its only argument.

 If the final handle's type does not exactly match the initial type for
 this Binder, an additional cast will be attempted.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the MethodHandles.Lookup to use to look up the field</dd><dd><code>name</code> - the field's name</dd>
<dt><span class="strong">Returns:</span></dt><dd>the full handle chain, bound to the given field access</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NoSuchFieldException.html?is-external=true" title="class or interface in java.lang">NoSuchFieldException</a></code> - if the field does not exist</dd>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></code> - if the field is not accessible</dd>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NoSuchFieldException.html?is-external=true" title="class or interface in java.lang">NoSuchFieldException</a></code> - if the field does not exist</dd>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></code> - if the field is not accessible</dd></dl>
</li>
</ul>
<a name="getFieldQuiet(java.lang.invoke.MethodHandles.Lookup, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFieldQuiet</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;getFieldQuiet(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                         <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
<div class="block">Apply the chain of transforms and bind them to an object field retrieval specified
 using the end signature plus the given class and name. The field must
 match the end signature's return value and the end signature must take
 the target class or a subclass as its only argument.

 If the final handle's type does not exactly match the initial type for
 this Binder, an additional cast will be attempted.

 This version is "quiet" in that it throws an unchecked InvalidTransformException
 if the target method does not exist or is inaccessible.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the MethodHandles.Lookup to use to look up the field</dd><dd><code>name</code> - the field's name</dd>
<dt><span class="strong">Returns:</span></dt><dd>the full handle chain, bound to the given field access</dd></dl>
</li>
</ul>
<a name="getStatic(java.lang.invoke.MethodHandles.Lookup, java.lang.Class, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStatic</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;getStatic(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                     <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;target,
                     <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
                       throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NoSuchFieldException.html?is-external=true" title="class or interface in java.lang">NoSuchFieldException</a>,
                              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></pre>
<div class="block">Apply the chain of transforms and bind them to a static field retrieval specified
 using the end signature plus the given class and name. The field must
 match the end signature's return value and the end signature must take
 no arguments.

 If the final handle's type does not exactly match the initial type for
 this Binder, an additional cast will be attempted.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the MethodHandles.Lookup to use to look up the field</dd><dd><code>target</code> - the class in which the field is defined</dd><dd><code>name</code> - the field's name</dd>
<dt><span class="strong">Returns:</span></dt><dd>the full handle chain, bound to the given field access</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NoSuchFieldException.html?is-external=true" title="class or interface in java.lang">NoSuchFieldException</a></code> - if the field does not exist</dd>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></code> - if the field is not accessible or cannot be modified</dd></dl>
</li>
</ul>
<a name="getStaticQuiet(java.lang.invoke.MethodHandles.Lookup, java.lang.Class, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStaticQuiet</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;getStaticQuiet(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;target,
                          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
<div class="block">Apply the chain of transforms and bind them to a static field retrieval specified
 using the end signature plus the given class and name. The field must
 match the end signature's return value and the end signature must take
 no arguments.

 If the final handle's type does not exactly match the initial type for
 this Binder, an additional cast will be attempted.

 This version is "quiet" in that it throws an unchecked InvalidTransformException
 if the target method does not exist or is inaccessible.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the MethodHandles.Lookup to use to look up the field</dd><dd><code>target</code> - the class in which the field is defined</dd><dd><code>name</code> - the field's name</dd>
<dt><span class="strong">Returns:</span></dt><dd>the full handle chain, bound to the given field access</dd></dl>
</li>
</ul>
<a name="setField(java.lang.invoke.MethodHandles.Lookup, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setField</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;setField(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
                      throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NoSuchFieldException.html?is-external=true" title="class or interface in java.lang">NoSuchFieldException</a>,
                             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></pre>
<div class="block">Apply the chain of transforms and bind them to an object field assignment specified
 using the end signature plus the given class and name. The end signature must take
 the target class or a subclass and the field's type as its arguments, and its return
 type must be compatible with void.

 If the final handle's type does not exactly match the initial type for
 this Binder, an additional cast will be attempted.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the MethodHandles.Lookup to use to look up the field</dd><dd><code>name</code> - the field's name</dd>
<dt><span class="strong">Returns:</span></dt><dd>the full handle chain, bound to the given field assignment</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NoSuchFieldException.html?is-external=true" title="class or interface in java.lang">NoSuchFieldException</a></code> - if the field does not exist</dd>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></code> - if the field is not accessible or cannot be modified</dd></dl>
</li>
</ul>
<a name="setFieldQuiet(java.lang.invoke.MethodHandles.Lookup, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFieldQuiet</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;setFieldQuiet(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                         <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
<div class="block">Apply the chain of transforms and bind them to an object field assignment specified
 using the end signature plus the given class and name. The end signature must take
 the target class or a subclass and the field's type as its arguments, and its return
 type must be compatible with void.

 If the final handle's type does not exactly match the initial type for
 this Binder, an additional cast will be attempted.

 This version is "quiet" in that it throws an unchecked InvalidTransformException
 if the target method does not exist or is inaccessible.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the MethodHandles.Lookup to use to look up the field</dd><dd><code>name</code> - the field's name</dd>
<dt><span class="strong">Returns:</span></dt><dd>the full handle chain, bound to the given field assignment</dd></dl>
</li>
</ul>
<a name="setStatic(java.lang.invoke.MethodHandles.Lookup, java.lang.Class, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setStatic</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;setStatic(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                     <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;target,
                     <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
                       throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NoSuchFieldException.html?is-external=true" title="class or interface in java.lang">NoSuchFieldException</a>,
                              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></pre>
<div class="block">Apply the chain of transforms and bind them to an object field assignment specified
 using the end signature plus the given class and name. The end signature must take
 the target class or a subclass and the field's type as its arguments, and its return
 type must be compatible with void.

 If the final handle's type does not exactly match the initial type for
 this Binder, an additional cast will be attempted.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the MethodHandles.Lookup to use to look up the field</dd><dd><code>target</code> - the class in which the field is defined</dd><dd><code>name</code> - the field's name</dd>
<dt><span class="strong">Returns:</span></dt><dd>the full handle chain, bound to the given field assignment</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NoSuchFieldException.html?is-external=true" title="class or interface in java.lang">NoSuchFieldException</a></code> - if the field does not exist</dd>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></code> - if the field is not accessible or cannot be modified</dd></dl>
</li>
</ul>
<a name="setStaticQuiet(java.lang.invoke.MethodHandles.Lookup, java.lang.Class, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setStaticQuiet</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;setStaticQuiet(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandles.Lookup.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandles.Lookup</a>&nbsp;lookup,
                          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;target,
                          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
<div class="block">Apply the chain of transforms and bind them to an object field assignment specified
 using the end signature plus the given class and name. The end signature must take
 the target class or a subclass and the field's type as its arguments, and its return
 type must be compatible with void.

 If the final handle's type does not exactly match the initial type for
 this Binder, an additional cast will be attempted.

 This version is "quiet" in that it throws an unchecked InvalidTransformException
 if the target method does not exist or is inaccessible.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lookup</code> - the MethodHandles.Lookup to use to look up the field</dd><dd><code>target</code> - the class in which the field is defined</dd><dd><code>name</code> - the field's name</dd>
<dt><span class="strong">Returns:</span></dt><dd>the full handle chain, bound to the given field assignment</dd></dl>
</li>
</ul>
<a name="arraySet()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>arraySet</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;arraySet()</pre>
<div class="block">Apply the chain of transforms and bind them to an array element set. The signature
 at the endpoint must return void and receive the array type, int index, and array
 element type.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the full handle chain, bound to an array element set.</dd></dl>
</li>
</ul>
<a name="arrayGet()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>arrayGet</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;arrayGet()</pre>
<div class="block">Apply the chain of transforms and bind them to an array element get. The signature
 at the endpoint must return the array element type and receive the array type and
 int index.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the full handle chain, bound to an array element get.</dd></dl>
</li>
</ul>
<a name="branch(java.lang.invoke.MethodHandle, java.lang.invoke.MethodHandle, java.lang.invoke.MethodHandle)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>branch</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;branch(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;test,
                  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;truePath,
                  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;falsePath)</pre>
<div class="block">Apply the chain of transforms and bind them to a boolean branch as from
 java.lang.invoke.MethodHandles.guardWithTest. As with GWT, the current endpoint
 signature must match the given target and fallback signatures.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>test</code> - the test handle</dd><dd><code>truePath</code> - the target handle</dd><dd><code>falsePath</code> - the fallback handle</dd>
<dt><span class="strong">Returns:</span></dt><dd>the full handle chain bound to a branch</dd></dl>
</li>
</ul>
<a name="invoker()">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>invoker</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html?is-external=true" title="class or interface in java.lang.invoke">MethodHandle</a>&nbsp;invoker()</pre>
<div class="block">Produce a MethodHandle that invokes its leading MethodHandle argument
 with the remaining arguments, returning the result.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>a new handle that invokes its leading MethodHandle argument</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Binder.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../com/headius/invokebinder/InvalidTransformException.html" title="class in com.headius.invokebinder"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/headius/invokebinder/Binder.html" target="_top">Frames</a></li>
<li><a href="Binder.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2015. All rights reserved.</small></p>
</body>
</html>