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