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