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

com.github.davidmoten.rx.Predicate Maven / Gradle / Ivy

package com.github.davidmoten.rx;

import rx.functions.Func1;

/**
 * A convenient sorthand way of specifying a Func1 used in a filter for
 * instance.
 * 
 * @param 
 *            item type
 */
public interface Predicate extends Func1 {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy