org.deeplearning4j.berkeley.MyMethod Maven / Gradle / Ivy
package org.deeplearning4j.berkeley;
/**
* A function wrapping interface.
* @author John DeNero
*/
public interface MyMethod {
public O call(I obj);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy