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