模块 aya.base
程序包 org.aya.terck

接口 Selector.Candidate<T>

所有已知子接口:
Relation
所有已知实现类:
CallMatrix, Relation.Decrease, Relation.Unknown
封闭接口:
Selector

public static interface Selector.Candidate<T>
  • 方法概要

    修饰符和类型
    方法
    说明
    compare(T other)
    Compare elements by their decrease amount.
    default boolean
    notWorseThan(T other)
     
  • 方法详细资料

    • compare

      @NotNull @NotNull Selector.DecrOrd compare(@NotNull T other)
      Compare elements by their decrease amount.
    • notWorseThan

      default boolean notWorseThan(@NotNull T other)