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