Ejemplo n.º 1
0
 public GuardBuilder drop(int index, int count) {
   binder = binder.drop(index, count);
   return this;
 }
Ejemplo n.º 2
0
 public GuardBuilder drop(int index) {
   binder = binder.drop(index);
   return this;
 }