verou
2025-04-07 5311fb727665f98d1845ac3f9f302a5d3f534b6d
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}