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