Ryan
2025-04-03 313f0515b65ab69e6e811c199f4b33eb630509f3
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}