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