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