dashboard
repositories
filestore
activity
search
login
jagzwxm
/
ja_manage
吉安感知网项目-后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
机构优化
linwei
2026-01-27
8eefac7a9b2b6ac0e7b005e1ae4e3e0bdf8e3f7f
[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);
}