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