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