Interface Predicates.OngoingListBasedPredicateFunctionWithList

Enclosing class:
Predicates

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

    Modifier and Type
    Method
    Description
    @NotNull Condition
    where(Condition condition)
     
  • Method Details

    • where

      @NotNull @Contract(pure=true) @NotNull Condition where(Condition condition)
      Parameters:
      condition - The condition for the list based predicate.
      Returns:
      The final list based predicate function