fix: 补充 ThrowingPredicate 缺失的 FunctionalInterface 注解
This commit is contained in:
parent
dc3d671ea7
commit
7923046423
@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
package xyz.zhouxy.plusone.commons.function;
|
package xyz.zhouxy.plusone.commons.function;
|
||||||
|
|
||||||
|
@FunctionalInterface
|
||||||
public interface ThrowingPredicate<T, E extends Throwable> {
|
public interface ThrowingPredicate<T, E extends Throwable> {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user