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

xsbti.api.Lazy Maven / Gradle / Ivy

There is a newer version: 0.13.15
Show newest version
/* sbt -- Simple Build Tool
 * Copyright 2010  Mark Harrah
 */
package xsbti.api;

public interface Lazy
{
	T get();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy