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