
norswap.utils.Predicates Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils Show documentation
Show all versions of utils Show documentation
A collection of Java (8+) utilities
The newest version!
package norswap.utils;
import java.util.function.Predicate;
import static norswap.utils.exceptions.Exceptions.suppress;
/**
* Utilities to work with predicates.
*/
public final class Predicates
{
// ---------------------------------------------------------------------------------------------
/**
* A predicate that always evaluates to true.
*/
public static final Predicate
© 2015 - 2025 Weber Informatics LLC | Privacy Policy