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