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

org.solovyev.common.JPredicate Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package org.solovyev.common;

import org.jetbrains.annotations.Nullable;

/**
 * User: serso
 * Date: 8/7/12
 * Time: 6:26 PM
 */

/**
 * Predicate, copy of Guava's {@link com.google.common.base.Predicate}
 */
public interface JPredicate {

    boolean apply(@Nullable T t);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy