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