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