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

com.jme3.util.functional.Function Maven / Gradle / Ivy

There is a newer version: 3.7.0-stable
Show newest version
package com.jme3.util.functional;


public interface Function {
    R eval(T t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy