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

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

There is a newer version: 0.0.18
Show newest version
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 mapper);
}