1
2026-01-24 cd55f83ee6fe0e3002df2018f50f4ca8d066b1e6
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}