#
whycq
2025-02-27 08824ef346ed8af8eafd6a5480c42dbe0daaf1f2
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}