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