Interface OngoingListBasedPredicateFunctionWithList


public interface OngoingListBasedPredicateFunctionWithList
Allows to specify the where condition for the list based predicate.
Since:
2024.0.0
Author:
Michael J. Simons
  • Method Summary

    Modifier and Type
    Method
    Description
    where(Condition condition)
    Returns the final list based predicate function.
  • Method Details

    • where

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