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