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