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