Class Permute
java.lang.Object
com.headius.invokebinder.transform.Transform
com.headius.invokebinder.transform.Permute
A permutation transform.
Equivalent call: MethodHandles.permuteArguments(MethodHandle, MethodType, int...)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondown(MethodType type) Apply this transform downward from an incoming MethodType, producing a new type.toString()Return a string representation of this transform.up(MethodHandle target) Apply this transform upward from the given MethodHandle, producing a new handle.
-
Field Details
-
source
-
reorder
private final int[] reorder
-
-
Constructor Details
-
Permute
-
-
Method Details