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