Beispiel #1
0
 protected boolean areBothDelegatesValid() {
   return firstDelegate.isValid() && secondDelegate.isValid();
 }