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
    @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