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