11
verou
2025-03-25 43721e95b3bb75e5a90a18120aaf12e0b632360a
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}