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