#
vincentlu
2025-02-07 7a00868dc7730b83dc1e3d232b9f2e2b43ad237a
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}