提交 2ca2a422 编写于 作者: 街头小贩's avatar 街头小贩 提交者: Gitee

增加函数注解

上级 a012575d
......@@ -5,7 +5,7 @@ import org.apache.commons.lang3.tuple.ImmutablePair;
/**
* 双参数的执行函数
* @deprecated
*
* @param <T> 条件的第一个参数类型
* @param <U> 条件的第二个参数类型
* @author xiaofanku
......
......@@ -4,7 +4,7 @@ import java.util.function.Predicate;
/**
* 单参数的执行函数
* @deprecated
*
* @param <T> 条件的参数类型
* @author xiaofanku
* @since 20200805
......
......@@ -11,6 +11,7 @@ package com.apobates.forum.utils.lang;
* @author xiaofanku
* @since 20200805
*/
@FunctionalInterface
public interface TriPredicate<T, U, V> {
/**
* Evaluates this predicate on the given arguments.
......
......@@ -4,7 +4,7 @@ import org.apache.commons.lang3.tuple.ImmutableTriple;
/**
* 三个参数的执行函数
* @deprecated
*
* @param <T> 条件的第一个参数类型
* @param <U> 条件的第二个参数类型
* @param <V> 条件的第三个参数类型
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册