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