me.shaftesbury.utils.functional.Func2 Maven / Gradle / Ivy
package me.shaftesbury.utils.functional;
/**
* Created with IntelliJ IDEA.
* User: Bob
* Date: 14/11/13
* Time: 13:59
* To change this template use File | Settings | File Templates.
*/
public interface Func2 {
C apply(A a, B b);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy