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