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

com.g2forge.gearbox.functional.control.IResultContext Maven / Gradle / Ivy

The newest version!
package com.g2forge.gearbox.functional.control;

import com.g2forge.alexandria.java.typed.ITypeRef;

public interface IResultContext {
	public ITypeRef getType();

	public IExplicitResultHandler getStandard(ITypeRef type);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy