From 7923046423f19a3882ce85631101898dedc54880 Mon Sep 17 00:00:00 2001 From: ZhouXY108 Date: Thu, 3 Apr 2025 09:59:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E5=85=85=20ThrowingPredicate?= =?UTF-8?q?=20=E7=BC=BA=E5=A4=B1=E7=9A=84=20FunctionalInterface=20?= =?UTF-8?q?=E6=B3=A8=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xyz/zhouxy/plusone/commons/function/ThrowingPredicate.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/xyz/zhouxy/plusone/commons/function/ThrowingPredicate.java b/src/main/java/xyz/zhouxy/plusone/commons/function/ThrowingPredicate.java index 1d1f9d7..b886db6 100644 --- a/src/main/java/xyz/zhouxy/plusone/commons/function/ThrowingPredicate.java +++ b/src/main/java/xyz/zhouxy/plusone/commons/function/ThrowingPredicate.java @@ -16,6 +16,7 @@ package xyz.zhouxy.plusone.commons.function; +@FunctionalInterface public interface ThrowingPredicate { /**