841842843844845846847
public Binder spread(Class... spreadTypes) { if (spreadTypes.length == 0) { return dropLast(); } return new Binder(this, new Spread(type(), spreadTypes)); }