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

com.g2forge.alexandria.java.fluent.IFluent_D Maven / Gradle / Ivy

There is a newer version: 0.0.18
Show newest version
package com.g2forge.alexandria.java.fluent;

import java.util.function.Predicate;

/**
 * "D" indicates that the arity can go down.
 */
public interface IFluent_D extends IFluent__ {
	public IFluent__ filter(Predicate predicate);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy