fix: 补充 ThrowingPredicate 缺失的 FunctionalInterface 注解

This commit is contained in:
zhouxy108 2025-04-03 09:59:44 +08:00
parent f05e804795
commit 7606a4263c

View File

@ -16,6 +16,7 @@
package xyz.zhouxy.plusone.commons.function;
@FunctionalInterface
public interface ThrowingPredicate<T, E extends Throwable> {
/**