Module aya.base
Package org.aya.terck

Interface Selector.Candidate<T>

All Known Subinterfaces:
Relation
All Known Implementing Classes:
CallMatrix, Relation.Decrease, Relation.Unknown
Enclosing interface:
Selector

public static interface Selector.Candidate<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    compare(T other)
    Compare elements by their decrease amount.
    default boolean
    notWorseThan(T other)
     
  • Method Details

    • compare

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

      default boolean notWorseThan(@NotNull T other)