com.g2forge.alexandria.java.with.IWithExplanation 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.with;
import com.g2forge.alexandria.java.function.ISupplier;
import com.g2forge.alexandria.java.name.IDescribed;
public interface IWithExplanation> extends ISupplier {
public E getExplanation();
}