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