910911912913914915916
* * @param reorder the int offsets of the incoming arguments in the desired permutation * @return a new Binder */ public Binder permute(int... reorder) { return new Binder(this, new Permute(type(), reorder)); }