com.g2forge.alexandria.java.fluent.IFluent__ 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.Function;
/**
* Flag 0 indicates whether elements may be accessed, and how. Flag 1 indicates what changes in arity are allowed.
*/
public interface IFluent__ {
public IFluent__ map(Function super T, ? extends U> mapper);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy