skyouc
2025-03-27 8adf7bbd561e30fcb5de802abb6f9281d72d8699
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}