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