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