Package | Description |
---|---|
com.headius.invokebinder | |
com.headius.invokebinder.transform |
Constructor and Description |
---|
Binder(Binder source,
Transform transform)
Construct a new Binder using the given invokebinder plus an additional transform
|
Binder(Binder source,
Transform transform,
MethodType type)
Construct a new Binder using the given invokebinder plus an additional transform and current type
|
Modifier and Type | Class and Description |
---|---|
class |
Cast
A casting transform.
|
class |
Catch
An exception-handling transform.
|
class |
Collect
An argument-boxing transform with a fixed incoming size.
|
class |
Convert
An argument conversion transform.
|
class |
Drop
An argument drop transform.
|
class |
Filter
An argument-filtering transform.
|
class |
FilterReturn
An return-filtering transform.
|
class |
Fold
An argument-folding transform.
|
class |
Insert
An argument insertion transform.
|
class |
Permute
A permutation transform.
|
class |
Spread
An array-spreading transform.
|
class |
TryFinally
An try-finally transform.
|
class |
Varargs
An argument-boxing transform.
|
Copyright © 2015. All rights reserved.