skyouc
2025-05-26 83bebf33f2a141a13a7adef66d09b43145fc29e9
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}