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