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