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

me.shaftesbury.utils.functional.Func0 Maven / Gradle / Ivy

There is a newer version: 1.17
Show newest version
package me.shaftesbury.utils.functional;

/**
 * Created with IntelliJ IDEA.
 * User: Bob
 * Date: 14/11/13
 * Time: 13:58
 * To change this template use File | Settings | File Templates.
 */
public interface Func0 {
    R apply();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy