![JAR search and dependency download from the Maven repository](/logo.png)
com.jillesvangurp.iterables.PermanentlyFailToPassException Maven / Gradle / Ivy
package com.jillesvangurp.iterables;
/**
* Poison pill to make {@link FilteringIterable}'s hasNext return false rather than just
* merely skipping the entry. Throw from any {@link Filter} to trigger the iterable to stop iterating.
*/
public class PermanentlyFailToPassException extends RuntimeException {
private static final long serialVersionUID = 1635283150201993963L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy