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

org.noear.wood.ext.Get1 Maven / Gradle / Ivy

The newest version!
package org.noear.wood.ext;

/**
 * Created by noear on 14-6-12.
 */
public interface Get1 {
    T get(P1 p1);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy