All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jtwig.plural.model.limits.InfiniteLimit Maven / Gradle / Ivy

There is a newer version: 5.87.0.RELEASE
Show newest version
package org.jtwig.plural.model.limits;

import com.google.common.base.Predicate;

public class InfiniteLimit implements Predicate {
    @Override
    public boolean apply(Integer input) {
        return true;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy