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