whycq
2025-02-17 128dfa5e1407751bc208c1999930b14c3eb864d8
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}