package com.vincent.rsf.common.utils; public interface JudgeSupport { boolean execute(T t); }