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