Interface UniNeighborhoodsPredicate<Solution_,A>

Type Parameters:
Solution_ - the type of the solution
A - the type of the first parameter
All Superinterfaces:
BiPredicate<SolutionView<Solution_>,A>

@NullMarked public interface UniNeighborhoodsPredicate<Solution_,A> extends BiPredicate<SolutionView<Solution_>,A>
A filter that can be applied to a UniEnumeratingStream to filter out pairs of data, optionally using SolutionView to query for solution state.