com.netflix.infix.Predicates Maven / Gradle / Ivy
The newest version!
package com.netflix.infix;
import com.google.common.base.Predicate;
import com.google.common.collect.ImmutableList;
/**
* A number of static helper methods to simplify the construction of combined event filters.
*/
public class Predicates {
private Predicates(){}
public static Predicate
© 2015 - 2024 Weber Informatics LLC | Privacy Policy