package com.qianwen.core.tool.function; @FunctionalInterface public interface CheckedComparator { int compare(T o1, T o2) throws Throwable; }