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