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