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