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