Interface Predicates.OngoingListBasedPredicateFunctionWithList

  • Enclosing class:
    Predicates

    public static interface Predicates.OngoingListBasedPredicateFunctionWithList
    Allows to specify the where condition for the list based predicate.
    • Method Detail

      • where

        Condition where​(Condition condition)
        Parameters:
        condition - The condition for the list based predicate.
        Returns:
        The final list based predicate function