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

com.bestvike.function.IndexFunc2 Maven / Gradle / Ivy

The newest version!
package com.bestvike.function;

/**
 * Created by 许崇雷 on 2019-06-28.
 */
@FunctionalInterface
public interface IndexFunc2 {
    TResult apply(T arg1, int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy