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