skyouc
2025-03-29 85b8e7ba6c4d0d780a7f90360150f2bd955eb874
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}