Пример #1
0
 public static void consumer(Interface iface) {
   iface.doSomething();
   iface.somethingElse("bonobo");
 }