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