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