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