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