verou
2025-04-01 735ff7533e39f514c2f3f8dda4d2a0b793a0bf71
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}