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