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