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