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