fix: 补充 ThrowingPredicate 缺失的 FunctionalInterface 注解
This commit is contained in:
parent
746603f939
commit
bc7b3eefa8
@ -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