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