dashboard
repositories
filestore
activity
search
login
jagzwxm
/
ja_manage
吉安感知网项目-后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix: 替换地址
linwei
2026-04-16
7a3fbfae817f5d828bc4b8f5f289ef38f94d5ce7
[jagzwxm/ja_manage.git]
/
drone-common
/
src
/
main
/
java
/
org
/
sxkj
/
common
/
func
/
TupleConsumer.java
1
2
3
4
5
6
7
package org.sxkj.common.func;
@FunctionalInterface
public interface TupleConsumer<T, T1, T2> {
void accept(T t, T1 t1, T2 t2);
}