com.g2forge.alexandria.java.fluent.IFluentG_ Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ax-java Show documentation
Show all versions of ax-java Show documentation
Standard Java library and the basis of the ${alexandria.name} project.
package com.g2forge.alexandria.java.fluent;
import java.util.function.Consumer;
public interface IFluentG_ extends IFluent__ {
public boolean isEmpty();
public void visit(Consumer super T> consumer);
}