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