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