|
|
@ -394,6 +394,9 @@ public class ConnectionListPane extends JListControlPane implements ConnectionSh |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* 抛异常的函数式接口 |
|
|
|
|
|
|
|
*/ |
|
|
|
@FunctionalInterface |
|
|
|
@FunctionalInterface |
|
|
|
interface ThrowingConsumer<T> { |
|
|
|
interface ThrowingConsumer<T> { |
|
|
|
void accept(T t) throws Exception; |
|
|
|
void accept(T t) throws Exception; |
|
|
|