Class ExtremumList

  • All Implemented Interfaces:
    KnowledgeBaseConsumer, PredicateFactory

    public final class ExtremumList
    extends AbstractSingleResultPredicate
    min_list / max_list

    • min_list(Min, List) - True if Min is the smallest number in List. Fails if List is empty.
    • max_list(Max, List) - True if Max is the largest number in List. Fails if List is empty.