skyouc
2025-04-28 45a230e870b26b51d3006273a36df78203521253
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}