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