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