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