#
vincentlu
2026-01-05 e0b0e8518b7fc6cf30df1bf8b2e0eed30f5b4caf
1
2
3
4
5
6
7
package com.zy.acs.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}