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