me.shaftesbury.utils.functional.Func 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 Func {
R apply(A a);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy