me.shaftesbury.utils.functional.Func0 Maven / Gradle / Ivy
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