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