null;
void methodB(Consumer<? super Listener> action) {
list.forEach(action);
}
void run() {
methodB(Listener::methodA);
}
Обсуждают сегодня