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

com.g2forge.alexandria.generic.environment.IEnvReference Maven / Gradle / Ivy

Go to download

Simple library for implementing and interacting with environments in a type and generic safe manner.

There is a newer version: 0.0.18
Show newest version
package com.g2forge.alexandria.generic.environment;

import com.g2forge.alexandria.generic.environment.implementations.EmptyEnvironment;

public interface IEnvReference extends IEnvironmental {
	@Override
	public IEnvReference bind(E environment);
	
	public T eval(E environment);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy