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

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

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

import java.util.function.Supplier;

/**
 * "0" indicates that the arity of this fluent holder can be 0.
 */
public interface IFluent_0 extends IFluent__ {
	public T or(T other);

	public T orGet(Supplier other);

	public  T orThrow(Supplier exception) throws X;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy