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